Shades of Bird Flower #D5C302
Tints of Bird Flower #D5C302
RGB
CMYK
RGB Variations
Color information
#D5C302 (or 0xD5C302) is known color: Bird Flower. HEX triplet: D5, C3 and 02. RGB value is (213,195,2). Sum of RGB (Red+Green+Blue) = 213+195+2=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C302 is #2A3CFD. Grayscale: #B3B3B3. Windows color (decimal): -2768126 or 181205. OLE color: 181205.
HSL color Cylindrical-coordinate representation of color #D5C302: hue angle of 54.88º 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 #D5C302 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.16 |
| HSL | 54.88º | 0.98% | 0.42% | - |
| HSV(B) | 54.88º | 0.99% | 0.84% | - |
| XYZ | 46.97 | 53.18 | 7.85 | - |
| YUV | 178.38 | 28.46 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 2 | 0 | 0.08 | 0.99 | 0.16 | 54.88 | 0.98 | 0.42 |
| Hex | D5 | C3 | 2 | 0 | 8 | 63 | 10 | 37 | 62 | 2A |
| Octal | 325 | 303 | 2 | 0 | 10 | 143 | 20 | 67 | 142 | 52 |
| Binary | 11010101 | 11000011 | 10 | 0 | 1000 | 1100011 | 10000 | 110111 | 1100010 | 101010 |
Color Harmonies of #D5C302
Complementary color
Monochromatic Colors of #D5C302
Black with #D5C302
Text Example
Text Example
White with #D5C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C302; }
p { color: rgb(213,195,2); }
H1.HeaderClassName
{
color: #D5C302;
}
.AnyTagClassName
{
color: #D5C302;
}
</style>
background-color css
<style>
a { background-color: #D5C302; }
a { background-color: rgb(213,195,2); }
div.DivClassName
{
background-color: #D5C302;
}
.BgClassName
{
background-color: #D5C302;
}
</style>
border-color css
<style>
span { border-color: #D5C302; }
span { border-color: rgb(213,195,2); }
td.TdClassName
{
border-color: #D5C302;
}
.TagClassName
{
border-color: #D5C302;
}
</style>