Shades of Bird Flower #D6CE02
Tints of Bird Flower #D6CE02
RGB
CMYK
RGB Variations
Color information
#D6CE02 (or 0xD6CE02) is known color: Bird Flower. HEX triplet: D6, CE and 02. RGB value is (214,206,2). Sum of RGB (Red+Green+Blue) = 214+206+2=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CE02 is #2931FD. Grayscale: #B9B9B9. Windows color (decimal): -2699774 or 184022. OLE color: 184022.
HSL color Cylindrical-coordinate representation of color #D6CE02: hue angle of 57.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6CE02 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.16 |
| HSL | 57.74º | 0.98% | 0.42% | - |
| HSV(B) | 57.74º | 0.99% | 0.84% | - |
| XYZ | 49.81 | 58.44 | 8.71 | - |
| YUV | 185.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 2 | 0 | 0.04 | 0.99 | 0.16 | 57.74 | 0.98 | 0.42 |
| Hex | D6 | CE | 2 | 0 | 4 | 63 | 10 | 3A | 62 | 2A |
| Octal | 326 | 316 | 2 | 0 | 4 | 143 | 20 | 72 | 142 | 52 |
| Binary | 11010110 | 11001110 | 10 | 0 | 100 | 1100011 | 10000 | 111010 | 1100010 | 101010 |
Color Harmonies of #D6CE02
Complementary color
Monochromatic Colors of #D6CE02
Black with #D6CE02
Text Example
Text Example
White with #D6CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE02; }
p { color: rgb(214,206,2); }
H1.HeaderClassName
{
color: #D6CE02;
}
.AnyTagClassName
{
color: #D6CE02;
}
</style>
background-color css
<style>
a { background-color: #D6CE02; }
a { background-color: rgb(214,206,2); }
div.DivClassName
{
background-color: #D6CE02;
}
.BgClassName
{
background-color: #D6CE02;
}
</style>
border-color css
<style>
span { border-color: #D6CE02; }
span { border-color: rgb(214,206,2); }
td.TdClassName
{
border-color: #D6CE02;
}
.TagClassName
{
border-color: #D6CE02;
}
</style>