Shades of Bird Flower #D0C30C
Tints of Bird Flower #D0C30C
RGB
CMYK
RGB Variations
Color information
#D0C30C (or 0xD0C30C) is known color: Bird Flower. HEX triplet: D0, C3 and 0C. RGB value is (208,195,12). Sum of RGB (Red+Green+Blue) = 208+195+12=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C30C is #2F3CF3. Grayscale: #B2B2B2. Windows color (decimal): -3095796 or 836560. OLE color: 836560.
HSL color Cylindrical-coordinate representation of color #D0C30C: hue angle of 56.02º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0C30C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.18 |
| HSL | 56.02º | 0.89% | 0.43% | - |
| HSV(B) | 56.02º | 0.94% | 0.82% | - |
| XYZ | 45.59 | 52.47 | 8.07 | - |
| YUV | 178.03 | 34.31 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 12 | 0 | 0.06 | 0.94 | 0.18 | 56.02 | 0.89 | 0.43 |
| Hex | D0 | C3 | C | 0 | 6 | 5E | 12 | 38 | 59 | 2B |
| Octal | 320 | 303 | 14 | 0 | 6 | 136 | 22 | 70 | 131 | 53 |
| Binary | 11010000 | 11000011 | 1100 | 0 | 110 | 1011110 | 10010 | 111000 | 1011001 | 101011 |
Color Harmonies of #D0C30C
Complementary color
Monochromatic Colors of #D0C30C
Black with #D0C30C
Text Example
Text Example
White with #D0C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C30C; }
p { color: rgb(208,195,12); }
H1.HeaderClassName
{
color: #D0C30C;
}
.AnyTagClassName
{
color: #D0C30C;
}
</style>
background-color css
<style>
a { background-color: #D0C30C; }
a { background-color: rgb(208,195,12); }
div.DivClassName
{
background-color: #D0C30C;
}
.BgClassName
{
background-color: #D0C30C;
}
</style>
border-color css
<style>
span { border-color: #D0C30C; }
span { border-color: rgb(208,195,12); }
td.TdClassName
{
border-color: #D0C30C;
}
.TagClassName
{
border-color: #D0C30C;
}
</style>