Shades of Manz #D2DF4F
Tints of Manz #D2DF4F
RGB
CMYK
RGB Variations
Color information
#D2DF4F (or 0xD2DF4F) is known color: Manz. HEX triplet: D2, DF and 4F. RGB value is (210,223,79). Sum of RGB (Red+Green+Blue) = 210+223+79=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DF4F is #2D20B0. Grayscale: #CBCBCB. Windows color (decimal): -2957489 or 5234642. OLE color: 5234642.
HSL color Cylindrical-coordinate representation of color #D2DF4F: hue angle of 65.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2DF4F is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 79 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.13 |
| HSL | 65.42º | 0.69% | 0.59% | - |
| HSV(B) | 65.42º | 0.65% | 0.87% | - |
| XYZ | 54.38 | 67.04 | 17.47 | - |
| YUV | 202.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 79 | 0.06 | 0 | 0.65 | 0.13 | 65.42 | 0.69 | 0.59 |
| Hex | D2 | DF | 4F | 6 | 0 | 41 | D | 41 | 45 | 3B |
| Octal | 322 | 337 | 117 | 6 | 0 | 101 | 15 | 101 | 105 | 73 |
| Binary | 11010010 | 11011111 | 1001111 | 110 | 0 | 1000001 | 1101 | 1000001 | 1000101 | 111011 |
Color Harmonies of #D2DF4F
Complementary color
Monochromatic Colors of #D2DF4F
Black with #D2DF4F
Text Example
Text Example
White with #D2DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF4F; }
p { color: rgb(210,223,79); }
H1.HeaderClassName
{
color: #D2DF4F;
}
.AnyTagClassName
{
color: #D2DF4F;
}
</style>
background-color css
<style>
a { background-color: #D2DF4F; }
a { background-color: rgb(210,223,79); }
div.DivClassName
{
background-color: #D2DF4F;
}
.BgClassName
{
background-color: #D2DF4F;
}
</style>
border-color css
<style>
span { border-color: #D2DF4F; }
span { border-color: rgb(210,223,79); }
td.TdClassName
{
border-color: #D2DF4F;
}
.TagClassName
{
border-color: #D2DF4F;
}
</style>