Shades of Bird Flower #D0C319
Tints of Bird Flower #D0C319
RGB
CMYK
RGB Variations
Color information
#D0C319 (or 0xD0C319) is known color: Bird Flower. HEX triplet: D0, C3 and 19. RGB value is (208,195,25). Sum of RGB (Red+Green+Blue) = 208+195+25=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C319 is #2F3CE6. Grayscale: #B4B4B4. Windows color (decimal): -3095783 or 1688528. OLE color: 1688528.
HSL color Cylindrical-coordinate representation of color #D0C319: hue angle of 55.74º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0C319 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 25 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.18 |
| HSL | 55.74º | 0.79% | 0.46% | - |
| HSV(B) | 55.74º | 0.88% | 0.82% | - |
| XYZ | 45.7 | 52.51 | 8.65 | - |
| YUV | 179.51 | 40.81 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 25 | 0 | 0.06 | 0.88 | 0.18 | 55.74 | 0.79 | 0.46 |
| Hex | D0 | C3 | 19 | 0 | 6 | 58 | 12 | 38 | 4F | 2E |
| Octal | 320 | 303 | 31 | 0 | 6 | 130 | 22 | 70 | 117 | 56 |
| Binary | 11010000 | 11000011 | 11001 | 0 | 110 | 1011000 | 10010 | 111000 | 1001111 | 101110 |
Color Harmonies of #D0C319
Complementary color
Monochromatic Colors of #D0C319
Black with #D0C319
Text Example
Text Example
White with #D0C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C319; }
p { color: rgb(208,195,25); }
H1.HeaderClassName
{
color: #D0C319;
}
.AnyTagClassName
{
color: #D0C319;
}
</style>
background-color css
<style>
a { background-color: #D0C319; }
a { background-color: rgb(208,195,25); }
div.DivClassName
{
background-color: #D0C319;
}
.BgClassName
{
background-color: #D0C319;
}
</style>
border-color css
<style>
span { border-color: #D0C319; }
span { border-color: rgb(208,195,25); }
td.TdClassName
{
border-color: #D0C319;
}
.TagClassName
{
border-color: #D0C319;
}
</style>