Shades of Bird Flower #D8C602
Tints of Bird Flower #D8C602
RGB
CMYK
RGB Variations
Color information
#D8C602 (or 0xD8C602) is known color: Bird Flower. HEX triplet: D8, C6 and 02. RGB value is (216,198,2). Sum of RGB (Red+Green+Blue) = 216+198+2=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C602 is #2739FD. Grayscale: #B5B5B5. Windows color (decimal): -2570750 or 181976. OLE color: 181976.
HSL color Cylindrical-coordinate representation of color #D8C602: hue angle of 54.95º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8C602 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.15 |
| HSL | 54.95º | 0.98% | 0.43% | - |
| HSV(B) | 54.95º | 0.99% | 0.85% | - |
| XYZ | 48.52 | 54.99 | 8.11 | - |
| YUV | 181.04 | 26.96 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 2 | 0 | 0.08 | 0.99 | 0.15 | 54.95 | 0.98 | 0.43 |
| Hex | D8 | C6 | 2 | 0 | 8 | 63 | F | 37 | 62 | 2B |
| Octal | 330 | 306 | 2 | 0 | 10 | 143 | 17 | 67 | 142 | 53 |
| Binary | 11011000 | 11000110 | 10 | 0 | 1000 | 1100011 | 1111 | 110111 | 1100010 | 101011 |
Color Harmonies of #D8C602
Complementary color
Monochromatic Colors of #D8C602
Black with #D8C602
Text Example
Text Example
White with #D8C602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C602; }
p { color: rgb(216,198,2); }
H1.HeaderClassName
{
color: #D8C602;
}
.AnyTagClassName
{
color: #D8C602;
}
</style>
background-color css
<style>
a { background-color: #D8C602; }
a { background-color: rgb(216,198,2); }
div.DivClassName
{
background-color: #D8C602;
}
.BgClassName
{
background-color: #D8C602;
}
</style>
border-color css
<style>
span { border-color: #D8C602; }
span { border-color: rgb(216,198,2); }
td.TdClassName
{
border-color: #D8C602;
}
.TagClassName
{
border-color: #D8C602;
}
</style>