Color spaces of #dfd133
RGB | 223 | 209 | 51 |
---|---|---|---|
HSL | 0.15 | 0.73 | 0.54 |
HSV | 55° | 77° | 87° |
CMYK | 0.00 | 0.06 | 0.77 0.13 |
XYZ | 53.8294 | 61.5279 | 12.1709 |
Yxy | 61.5279 | 0.4221 | 0.4825 |
Hunter Lab | 78.4397 | -14.7736 | 45.7082 |
CIE-Lab | 82.6617 | -11.5868 | 73.7640 |
#dfd133 color RGB value is (223,209,51).
#dfd133 hex color red value is 223, green value is 209 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dfd133 hue: 0.15 , saturation: 0.73 and the lightness value of dfd133 is 0.54.
The process color (four color CMYK) of #dfd133 color hex is 0.00, 0.06, 0.77, 0.13. Web safe color of #dfd133 is #cccc33. Color #dfd133 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11010001 | 00110011 |
Octal | 337 | 321 | 63 |
Decimal | 223 | 209 | 51 |
Hex | DF | D1 | 33 |
Shades of #dfd133
Tints of #dfd133
RGB Percentages of Color #dfd133
CMYK Percentages of Color #dfd133
Complementary Color
#dfd133 | #3341df |
#dfd133 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfd133 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfd133 Color CSS Codes
.mybgcolor {background-color:#dfd133; } .myforecolor {color:#dfd133; } .mybordercolor {border:3px solid #dfd133; }
#dfd133 Text Font Color
<p style="color:#dfd133">Text here</p>
This sample text font color is #dfd133
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.
#dfd133 Background Color
<div style="background-color:#dfd133">
Div content here</div>
This div background color is #dfd133
#dfd133 Border Color
<div style="border:3px solid #dfd133">
Div here</div>
This div border color is #dfd133
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,209,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfd133; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfd133; -webkit-box-shadow: 1px 1px 3px 2px #dfd133; box-shadow: 1px 1px 3px 2px #dfd133; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,209,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfd133">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd133; -webkit-box-shadow: 1px 1px 3px 2px #dfd133; box-shadow: 1px 1px 3px 2px #dfd133;">
Div content here</div>
This div box has shadow with color #dfd133
Comments
No comments written yet.
Please login to write comment.