Shades of Bird Flower #D2C001
Tints of Bird Flower #D2C001
RGB
CMYK
RGB Variations
Color information
#D2C001 (or 0xD2C001) is known color: Bird Flower. HEX triplet: D2, C0 and 01. RGB value is (210,192,1). Sum of RGB (Red+Green+Blue) = 210+192+1=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C001 is #2D3FFE. Grayscale: #B0B0B0. Windows color (decimal): -2965503 or 114898. OLE color: 114898.
HSL color Cylindrical-coordinate representation of color #D2C001: hue angle of 54.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2C001 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.18 |
| HSL | 54.83º | 0.99% | 0.41% | - |
| HSV(B) | 54.83º | 1% | 0.82% | - |
| XYZ | 45.43 | 51.4 | 7.56 | - |
| YUV | 175.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 1 | 0 | 0.09 | 1.00 | 0.18 | 54.83 | 0.99 | 0.41 |
| Hex | D2 | C0 | 1 | 0 | 9 | 64 | 12 | 37 | 63 | 29 |
| Octal | 322 | 300 | 1 | 0 | 11 | 144 | 22 | 67 | 143 | 51 |
| Binary | 11010010 | 11000000 | 1 | 0 | 1001 | 1100100 | 10010 | 110111 | 1100011 | 101001 |
Color Harmonies of #D2C001
Complementary color
Monochromatic Colors of #D2C001
Black with #D2C001
Text Example
Text Example
White with #D2C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C001; }
p { color: rgb(210,192,1); }
H1.HeaderClassName
{
color: #D2C001;
}
.AnyTagClassName
{
color: #D2C001;
}
</style>
background-color css
<style>
a { background-color: #D2C001; }
a { background-color: rgb(210,192,1); }
div.DivClassName
{
background-color: #D2C001;
}
.BgClassName
{
background-color: #D2C001;
}
</style>
border-color css
<style>
span { border-color: #D2C001; }
span { border-color: rgb(210,192,1); }
td.TdClassName
{
border-color: #D2C001;
}
.TagClassName
{
border-color: #D2C001;
}
</style>