Shades of Bird Flower #D0C01C
Tints of Bird Flower #D0C01C
RGB
CMYK
RGB Variations
Color information
#D0C01C (or 0xD0C01C) is known color: Bird Flower. HEX triplet: D0, C0 and 1C. RGB value is (208,192,28). Sum of RGB (Red+Green+Blue) = 208+192+28=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C01C is #2F3FE3. Grayscale: #B2B2B2. Windows color (decimal): -3096548 or 1884368. OLE color: 1884368.
HSL color Cylindrical-coordinate representation of color #D0C01C: hue angle of 54.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0C01C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 28 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.18 |
| HSL | 54.67º | 0.76% | 0.46% | - |
| HSV(B) | 54.67º | 0.87% | 0.82% | - |
| XYZ | 45.07 | 51.19 | 8.6 | - |
| YUV | 178.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 28 | 0 | 0.08 | 0.87 | 0.18 | 54.67 | 0.76 | 0.46 |
| Hex | D0 | C0 | 1C | 0 | 8 | 57 | 12 | 37 | 4C | 2E |
| Octal | 320 | 300 | 34 | 0 | 10 | 127 | 22 | 67 | 114 | 56 |
| Binary | 11010000 | 11000000 | 11100 | 0 | 1000 | 1010111 | 10010 | 110111 | 1001100 | 101110 |
Color Harmonies of #D0C01C
Complementary color
Monochromatic Colors of #D0C01C
Black with #D0C01C
Text Example
Text Example
White with #D0C01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C01C; }
p { color: rgb(208,192,28); }
H1.HeaderClassName
{
color: #D0C01C;
}
.AnyTagClassName
{
color: #D0C01C;
}
</style>
background-color css
<style>
a { background-color: #D0C01C; }
a { background-color: rgb(208,192,28); }
div.DivClassName
{
background-color: #D0C01C;
}
.BgClassName
{
background-color: #D0C01C;
}
</style>
border-color css
<style>
span { border-color: #D0C01C; }
span { border-color: rgb(208,192,28); }
td.TdClassName
{
border-color: #D0C01C;
}
.TagClassName
{
border-color: #D0C01C;
}
</style>