Color spaces of #dfa28a
RGB | 223 | 162 | 138 |
---|---|---|---|
HSL | 0.05 | 0.57 | 0.71 |
HSV | 17° | 38° | 87° |
CMYK | 0.00 | 0.27 | 0.38 0.13 |
XYZ | 47.9392 | 43.3636 | 29.8881 |
Yxy | 43.3636 | 0.3956 | 0.3578 |
Hunter Lab | 65.8510 | 14.7077 | 19.1855 |
CIE-Lab | 71.8011 | 19.5512 | 21.4013 |
#dfa28a color RGB value is (223,162,138).
#dfa28a hex color red value is 223, green value is 162 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dfa28a hue: 0.05 , saturation: 0.57 and the lightness value of dfa28a is 0.71.
The process color (four color CMYK) of #dfa28a color hex is 0.00, 0.27, 0.38, 0.13. Web safe color of #dfa28a is #cc9999. Color #dfa28a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10100010 | 10001010 |
Octal | 337 | 242 | 212 |
Decimal | 223 | 162 | 138 |
Hex | DF | A2 | 8A |
Shades of #dfa28a
Tints of #dfa28a
RGB Percentages of Color #dfa28a
CMYK Percentages of Color #dfa28a
Complementary Color
#dfa28a | #8ac7df |
#dfa28a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfa28a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfa28a Color CSS Codes
.mybgcolor {background-color:#dfa28a; } .myforecolor {color:#dfa28a; } .mybordercolor {border:3px solid #dfa28a; }
#dfa28a Text Font Color
<p style="color:#dfa28a">Text here</p>
This sample text font color is #dfa28a
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.
#dfa28a Background Color
<div style="background-color:#dfa28a">
Div content here</div>
This div background color is #dfa28a
#dfa28a Border Color
<div style="border:3px solid #dfa28a">
Div here</div>
This div border color is #dfa28a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,162,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfa28a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfa28a; -webkit-box-shadow: 1px 1px 3px 2px #dfa28a; box-shadow: 1px 1px 3px 2px #dfa28a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,162,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfa28a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa28a; -webkit-box-shadow: 1px 1px 3px 2px #dfa28a; box-shadow: 1px 1px 3px 2px #dfa28a;">
Div content here</div>
This div box has shadow with color #dfa28a
Comments
No comments written yet.
Please login to write comment.