Shades of Bird Flower #D5CC0B
Tints of Bird Flower #D5CC0B
RGB
CMYK
RGB Variations
Color information
#D5CC0B (or 0xD5CC0B) is known color: Bird Flower. HEX triplet: D5, CC and 0B. RGB value is (213,204,11). Sum of RGB (Red+Green+Blue) = 213+204+11=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CC0B is #2A33F4. Grayscale: #B9B9B9. Windows color (decimal): -2765813 or 773333. OLE color: 773333.
HSL color Cylindrical-coordinate representation of color #D5CC0B: hue angle of 57.33º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5CC0B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.16 |
| HSL | 57.33º | 0.9% | 0.44% | - |
| HSV(B) | 57.33º | 0.95% | 0.84% | - |
| XYZ | 49.09 | 57.36 | 8.8 | - |
| YUV | 184.69 | 29.98 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 11 | 0 | 0.04 | 0.95 | 0.16 | 57.33 | 0.9 | 0.44 |
| Hex | D5 | CC | B | 0 | 4 | 5F | 10 | 39 | 5A | 2C |
| Octal | 325 | 314 | 13 | 0 | 4 | 137 | 20 | 71 | 132 | 54 |
| Binary | 11010101 | 11001100 | 1011 | 0 | 100 | 1011111 | 10000 | 111001 | 1011010 | 101100 |
Color Harmonies of #D5CC0B
Complementary color
Monochromatic Colors of #D5CC0B
Black with #D5CC0B
Text Example
Text Example
White with #D5CC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC0B; }
p { color: rgb(213,204,11); }
H1.HeaderClassName
{
color: #D5CC0B;
}
.AnyTagClassName
{
color: #D5CC0B;
}
</style>
background-color css
<style>
a { background-color: #D5CC0B; }
a { background-color: rgb(213,204,11); }
div.DivClassName
{
background-color: #D5CC0B;
}
.BgClassName
{
background-color: #D5CC0B;
}
</style>
border-color css
<style>
span { border-color: #D5CC0B; }
span { border-color: rgb(213,204,11); }
td.TdClassName
{
border-color: #D5CC0B;
}
.TagClassName
{
border-color: #D5CC0B;
}
</style>