Shades of Bird Flower #D0C300
Tints of Bird Flower #D0C300
RGB
CMYK
RGB Variations
Color information
#D0C300 (or 0xD0C300) is known color: Bird Flower. HEX triplet: D0, C3 and 00. RGB value is (208,195,0). Sum of RGB (Red+Green+Blue) = 208+195+0=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C300 is #2F3CFF. Grayscale: #B1B1B1. Windows color (decimal): -3095808 or 50128. OLE color: 50128.
HSL color Cylindrical-coordinate representation of color #D0C300: hue angle of 56.25º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0C300 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.18 |
| HSL | 56.25º | 1% | 0.41% | - |
| HSV(B) | 56.25º | 1% | 0.82% | - |
| XYZ | 45.53 | 52.44 | 7.72 | - |
| YUV | 176.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 0 | 0 | 0.06 | 1 | 0.18 | 56.25 | 1 | 0.41 |
| Hex | D0 | C3 | 0 | 0 | 6 | 64 | 12 | 38 | 64 | 29 |
| Octal | 320 | 303 | 0 | 0 | 6 | 144 | 22 | 70 | 144 | 51 |
| Binary | 11010000 | 11000011 | 0 | 0 | 110 | 1100100 | 10010 | 111000 | 1100100 | 101001 |
Color Harmonies of #D0C300
Complementary color
Monochromatic Colors of #D0C300
Black with #D0C300
Text Example
Text Example
White with #D0C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C300; }
p { color: rgb(208,195,0); }
H1.HeaderClassName
{
color: #D0C300;
}
.AnyTagClassName
{
color: #D0C300;
}
</style>
background-color css
<style>
a { background-color: #D0C300; }
a { background-color: rgb(208,195,0); }
div.DivClassName
{
background-color: #D0C300;
}
.BgClassName
{
background-color: #D0C300;
}
</style>
border-color css
<style>
span { border-color: #D0C300; }
span { border-color: rgb(208,195,0); }
td.TdClassName
{
border-color: #D0C300;
}
.TagClassName
{
border-color: #D0C300;
}
</style>