Shades of Bird Flower #D0C40B
Tints of Bird Flower #D0C40B
RGB
CMYK
RGB Variations
Color information
#D0C40B (or 0xD0C40B) is known color: Bird Flower. HEX triplet: D0, C4 and 0B. RGB value is (208,196,11). Sum of RGB (Red+Green+Blue) = 208+196+11=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C40B is #2F3BF4. Grayscale: #B3B3B3. Windows color (decimal): -3095541 or 771280. OLE color: 771280.
HSL color Cylindrical-coordinate representation of color #D0C40B: hue angle of 56.35º 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 #D0C40B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.18 |
| HSL | 56.35º | 0.9% | 0.43% | - |
| HSV(B) | 56.35º | 0.95% | 0.82% | - |
| XYZ | 45.81 | 52.91 | 8.12 | - |
| YUV | 178.5 | 33.48 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 11 | 0 | 0.06 | 0.95 | 0.18 | 56.35 | 0.9 | 0.43 |
| Hex | D0 | C4 | B | 0 | 6 | 5F | 12 | 38 | 5A | 2B |
| Octal | 320 | 304 | 13 | 0 | 6 | 137 | 22 | 70 | 132 | 53 |
| Binary | 11010000 | 11000100 | 1011 | 0 | 110 | 1011111 | 10010 | 111000 | 1011010 | 101011 |
Color Harmonies of #D0C40B
Complementary color
Monochromatic Colors of #D0C40B
Black with #D0C40B
Text Example
Text Example
White with #D0C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C40B; }
p { color: rgb(208,196,11); }
H1.HeaderClassName
{
color: #D0C40B;
}
.AnyTagClassName
{
color: #D0C40B;
}
</style>
background-color css
<style>
a { background-color: #D0C40B; }
a { background-color: rgb(208,196,11); }
div.DivClassName
{
background-color: #D0C40B;
}
.BgClassName
{
background-color: #D0C40B;
}
</style>
border-color css
<style>
span { border-color: #D0C40B; }
span { border-color: rgb(208,196,11); }
td.TdClassName
{
border-color: #D0C40B;
}
.TagClassName
{
border-color: #D0C40B;
}
</style>