Shades of Bird Flower #D0C30F
Tints of Bird Flower #D0C30F
RGB
CMYK
RGB Variations
Color information
#D0C30F (or 0xD0C30F) is known color: Bird Flower. HEX triplet: D0, C3 and 0F. RGB value is (208,195,15). Sum of RGB (Red+Green+Blue) = 208+195+15=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C30F is #2F3CF0. Grayscale: #B3B3B3. Windows color (decimal): -3095793 or 1033168. OLE color: 1033168.
HSL color Cylindrical-coordinate representation of color #D0C30F: hue angle of 55.96º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0C30F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 15 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.18 |
| HSL | 55.96º | 0.87% | 0.44% | - |
| HSV(B) | 55.96º | 0.93% | 0.82% | - |
| XYZ | 45.61 | 52.47 | 8.18 | - |
| YUV | 178.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 15 | 0 | 0.06 | 0.93 | 0.18 | 55.96 | 0.87 | 0.44 |
| Hex | D0 | C3 | F | 0 | 6 | 5D | 12 | 38 | 57 | 2C |
| Octal | 320 | 303 | 17 | 0 | 6 | 135 | 22 | 70 | 127 | 54 |
| Binary | 11010000 | 11000011 | 1111 | 0 | 110 | 1011101 | 10010 | 111000 | 1010111 | 101100 |
Color Harmonies of #D0C30F
Complementary color
Monochromatic Colors of #D0C30F
Black with #D0C30F
Text Example
Text Example
White with #D0C30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C30F; }
p { color: rgb(208,195,15); }
H1.HeaderClassName
{
color: #D0C30F;
}
.AnyTagClassName
{
color: #D0C30F;
}
</style>
background-color css
<style>
a { background-color: #D0C30F; }
a { background-color: rgb(208,195,15); }
div.DivClassName
{
background-color: #D0C30F;
}
.BgClassName
{
background-color: #D0C30F;
}
</style>
border-color css
<style>
span { border-color: #D0C30F; }
span { border-color: rgb(208,195,15); }
td.TdClassName
{
border-color: #D0C30F;
}
.TagClassName
{
border-color: #D0C30F;
}
</style>