Shades of Bird Flower #D2C30B
Tints of Bird Flower #D2C30B
RGB
CMYK
RGB Variations
Color information
#D2C30B (or 0xD2C30B) is known color: Bird Flower. HEX triplet: D2, C3 and 0B. RGB value is (210,195,11). Sum of RGB (Red+Green+Blue) = 210+195+11=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C30B is #2D3CF4. Grayscale: #B3B3B3. Windows color (decimal): -2964725 or 771026. OLE color: 771026.
HSL color Cylindrical-coordinate representation of color #D2C30B: hue angle of 55.48º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2C30B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.18 |
| HSL | 55.48º | 0.9% | 0.43% | - |
| HSV(B) | 55.48º | 0.95% | 0.82% | - |
| XYZ | 46.15 | 52.76 | 8.07 | - |
| YUV | 178.51 | 33.47 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 11 | 0 | 0.07 | 0.95 | 0.18 | 55.48 | 0.9 | 0.43 |
| Hex | D2 | C3 | B | 0 | 7 | 5F | 12 | 37 | 5A | 2B |
| Octal | 322 | 303 | 13 | 0 | 7 | 137 | 22 | 67 | 132 | 53 |
| Binary | 11010010 | 11000011 | 1011 | 0 | 111 | 1011111 | 10010 | 110111 | 1011010 | 101011 |
Color Harmonies of #D2C30B
Complementary color
Monochromatic Colors of #D2C30B
Black with #D2C30B
Text Example
Text Example
White with #D2C30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C30B; }
p { color: rgb(210,195,11); }
H1.HeaderClassName
{
color: #D2C30B;
}
.AnyTagClassName
{
color: #D2C30B;
}
</style>
background-color css
<style>
a { background-color: #D2C30B; }
a { background-color: rgb(210,195,11); }
div.DivClassName
{
background-color: #D2C30B;
}
.BgClassName
{
background-color: #D2C30B;
}
</style>
border-color css
<style>
span { border-color: #D2C30B; }
span { border-color: rgb(210,195,11); }
td.TdClassName
{
border-color: #D2C30B;
}
.TagClassName
{
border-color: #D2C30B;
}
</style>