Shades of Bird Flower #D0CC03
Tints of Bird Flower #D0CC03
RGB
CMYK
RGB Variations
Color information
#D0CC03 (or 0xD0CC03) is known color: Bird Flower. HEX triplet: D0, CC and 03. RGB value is (208,204,3). Sum of RGB (Red+Green+Blue) = 208+204+3=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CC03 is #2F33FC. Grayscale: #B7B7B7. Windows color (decimal): -3093501 or 249040. OLE color: 249040.
HSL color Cylindrical-coordinate representation of color #D0CC03: hue angle of 58.83º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0CC03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.18 |
| HSL | 58.83º | 0.97% | 0.41% | - |
| HSV(B) | 58.83º | 0.99% | 0.82% | - |
| XYZ | 47.62 | 56.6 | 8.5 | - |
| YUV | 182.28 | 26.83 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 3 | 0 | 0.02 | 0.99 | 0.18 | 58.83 | 0.97 | 0.41 |
| Hex | D0 | CC | 3 | 0 | 2 | 63 | 12 | 3B | 61 | 29 |
| Octal | 320 | 314 | 3 | 0 | 2 | 143 | 22 | 73 | 141 | 51 |
| Binary | 11010000 | 11001100 | 11 | 0 | 10 | 1100011 | 10010 | 111011 | 1100001 | 101001 |
Color Harmonies of #D0CC03
Complementary color
Monochromatic Colors of #D0CC03
Black with #D0CC03
Text Example
Text Example
White with #D0CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC03; }
p { color: rgb(208,204,3); }
H1.HeaderClassName
{
color: #D0CC03;
}
.AnyTagClassName
{
color: #D0CC03;
}
</style>
background-color css
<style>
a { background-color: #D0CC03; }
a { background-color: rgb(208,204,3); }
div.DivClassName
{
background-color: #D0CC03;
}
.BgClassName
{
background-color: #D0CC03;
}
</style>
border-color css
<style>
span { border-color: #D0CC03; }
span { border-color: rgb(208,204,3); }
td.TdClassName
{
border-color: #D0CC03;
}
.TagClassName
{
border-color: #D0CC03;
}
</style>