Color spaces of #deb225
RGB | 222 | 178 | 37 |
---|---|---|---|
HSL | 0.13 | 0.74 | 0.51 |
HSV | 46° | 83° | 87° |
CMYK | 0.00 | 0.20 | 0.83 0.13 |
XYZ | 46.3785 | 47.5040 | 8.4750 |
Yxy | 47.5040 | 0.4531 | 0.4641 |
Hunter Lab | 68.9231 | -0.5026 | 40.9557 |
CIE-Lab | 74.5110 | 3.5035 | 70.6603 |
#deb225 color RGB value is (222,178,37).
#deb225 hex color red value is 222, green value is 178 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #deb225 hue: 0.13 , saturation: 0.74 and the lightness value of deb225 is 0.51.
The process color (four color CMYK) of #deb225 color hex is 0.00, 0.20, 0.83, 0.13. Web safe color of #deb225 is #cc9933. Color #deb225 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110010 | 00100101 |
Octal | 336 | 262 | 45 |
Decimal | 222 | 178 | 37 |
Hex | DE | B2 | 25 |
Shades of #deb225
Tints of #deb225
RGB Percentages of Color #deb225
CMYK Percentages of Color #deb225
Complementary Color
#deb225 | #2551de |
#deb225 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb225 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb225 Color CSS Codes
.mybgcolor {background-color:#deb225; } .myforecolor {color:#deb225; } .mybordercolor {border:3px solid #deb225; }
#deb225 Text Font Color
<p style="color:#deb225">Text here</p>
This sample text font color is #deb225
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.
#deb225 Background Color
<div style="background-color:#deb225">
Div content here</div>
This div background color is #deb225
#deb225 Border Color
<div style="border:3px solid #deb225">
Div here</div>
This div border color is #deb225
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,178,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb225; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb225; -webkit-box-shadow: 1px 1px 3px 2px #deb225; box-shadow: 1px 1px 3px 2px #deb225; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,178,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb225">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb225; -webkit-box-shadow: 1px 1px 3px 2px #deb225; box-shadow: 1px 1px 3px 2px #deb225;">
Div content here</div>
This div box has shadow with color #deb225
Comments
No comments written yet.
Please login to write comment.