Shades of Bird Flower #D3C302
Tints of Bird Flower #D3C302
RGB
CMYK
RGB Variations
Color information
#D3C302 (or 0xD3C302) is known color: Bird Flower. HEX triplet: D3, C3 and 02. RGB value is (211,195,2). Sum of RGB (Red+Green+Blue) = 211+195+2=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C302 is #2C3CFD. Grayscale: #B2B2B2. Windows color (decimal): -2899198 or 181203. OLE color: 181203.
HSL color Cylindrical-coordinate representation of color #D3C302: hue angle of 55.41º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3C302 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.17 |
| HSL | 55.41º | 0.98% | 0.42% | - |
| HSV(B) | 55.41º | 0.99% | 0.83% | - |
| XYZ | 46.39 | 52.88 | 7.82 | - |
| YUV | 177.78 | 28.8 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 2 | 0 | 0.08 | 0.99 | 0.17 | 55.41 | 0.98 | 0.42 |
| Hex | D3 | C3 | 2 | 0 | 8 | 63 | 11 | 37 | 62 | 2A |
| Octal | 323 | 303 | 2 | 0 | 10 | 143 | 21 | 67 | 142 | 52 |
| Binary | 11010011 | 11000011 | 10 | 0 | 1000 | 1100011 | 10001 | 110111 | 1100010 | 101010 |
Color Harmonies of #D3C302
Complementary color
Monochromatic Colors of #D3C302
Black with #D3C302
Text Example
Text Example
White with #D3C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C302; }
p { color: rgb(211,195,2); }
H1.HeaderClassName
{
color: #D3C302;
}
.AnyTagClassName
{
color: #D3C302;
}
</style>
background-color css
<style>
a { background-color: #D3C302; }
a { background-color: rgb(211,195,2); }
div.DivClassName
{
background-color: #D3C302;
}
.BgClassName
{
background-color: #D3C302;
}
</style>
border-color css
<style>
span { border-color: #D3C302; }
span { border-color: rgb(211,195,2); }
td.TdClassName
{
border-color: #D3C302;
}
.TagClassName
{
border-color: #D3C302;
}
</style>