Shades of Bird Flower #D5C202
Tints of Bird Flower #D5C202
RGB
CMYK
RGB Variations
Color information
#D5C202 (or 0xD5C202) is known color: Bird Flower. HEX triplet: D5, C2 and 02. RGB value is (213,194,2). Sum of RGB (Red+Green+Blue) = 213+194+2=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C202 is #2A3DFD. Grayscale: #B2B2B2. Windows color (decimal): -2768382 or 180949. OLE color: 180949.
HSL color Cylindrical-coordinate representation of color #D5C202: hue angle of 54.6º 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 #D5C202 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.16 |
| HSL | 54.6º | 0.98% | 0.42% | - |
| HSV(B) | 54.6º | 0.99% | 0.84% | - |
| XYZ | 46.74 | 52.73 | 7.77 | - |
| YUV | 177.79 | 28.79 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 2 | 0 | 0.09 | 0.99 | 0.16 | 54.6 | 0.98 | 0.42 |
| Hex | D5 | C2 | 2 | 0 | 9 | 63 | 10 | 37 | 62 | 2A |
| Octal | 325 | 302 | 2 | 0 | 11 | 143 | 20 | 67 | 142 | 52 |
| Binary | 11010101 | 11000010 | 10 | 0 | 1001 | 1100011 | 10000 | 110111 | 1100010 | 101010 |
Color Harmonies of #D5C202
Complementary color
Monochromatic Colors of #D5C202
Black with #D5C202
Text Example
Text Example
White with #D5C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C202; }
p { color: rgb(213,194,2); }
H1.HeaderClassName
{
color: #D5C202;
}
.AnyTagClassName
{
color: #D5C202;
}
</style>
background-color css
<style>
a { background-color: #D5C202; }
a { background-color: rgb(213,194,2); }
div.DivClassName
{
background-color: #D5C202;
}
.BgClassName
{
background-color: #D5C202;
}
</style>
border-color css
<style>
span { border-color: #D5C202; }
span { border-color: rgb(213,194,2); }
td.TdClassName
{
border-color: #D5C202;
}
.TagClassName
{
border-color: #D5C202;
}
</style>