Color spaces of #d19018
RGB | 209 | 144 | 24 |
---|---|---|---|
HSL | 0.11 | 0.79 | 0.46 |
HSV | 39° | 89° | 82° |
CMYK | 0.00 | 0.31 | 0.89 0.18 |
XYZ | 36.4326 | 33.5678 | 5.4232 |
Yxy | 33.5678 | 0.4830 | 0.4451 |
Hunter Lab | 57.9377 | 10.8540 | 35.0066 |
CIE-Lab | 64.6180 | 15.7152 | 65.4106 |
#d19018 color RGB value is (209,144,24).
#d19018 hex color red value is 209, green value is 144 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d19018 hue: 0.11 , saturation: 0.79 and the lightness value of d19018 is 0.46.
The process color (four color CMYK) of #d19018 color hex is 0.00, 0.31, 0.89, 0.18. Web safe color of #d19018 is #cc9900. Color #d19018 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10010000 | 00011000 |
Octal | 321 | 220 | 30 |
Decimal | 209 | 144 | 24 |
Hex | D1 | 90 | 18 |
Shades of #d19018
Tints of #d19018
RGB Percentages of Color #d19018
CMYK Percentages of Color #d19018
Complementary Color
#d19018 | #1859d1 |
#d19018 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d19018 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d19018 Color CSS Codes
.mybgcolor {background-color:#d19018; } .myforecolor {color:#d19018; } .mybordercolor {border:3px solid #d19018; }
#d19018 Text Font Color
<p style="color:#d19018">Text here</p>
This sample text font color is #d19018
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#d19018 Background Color
<div style="background-color:#d19018">
Div content here</div>
This div background color is #d19018
#d19018 Border Color
<div style="border:3px solid #d19018">
Div here</div>
This div border color is #d19018
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,144,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d19018; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d19018; -webkit-box-shadow: 1px 1px 3px 2px #d19018; box-shadow: 1px 1px 3px 2px #d19018; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,144,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d19018">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d19018; -webkit-box-shadow: 1px 1px 3px 2px #d19018; box-shadow: 1px 1px 3px 2px #d19018;">
Div content here</div>
This div box has shadow with color #d19018
Comments
No comments written yet.
Please login to write comment.