Shades of Bird Flower #D5CC05
Tints of Bird Flower #D5CC05
RGB
CMYK
RGB Variations
Color information
#D5CC05 (or 0xD5CC05) is known color: Bird Flower. HEX triplet: D5, CC and 05. RGB value is (213,204,5). Sum of RGB (Red+Green+Blue) = 213+204+5=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CC05 is #2A33FA. Grayscale: #B8B8B8. Windows color (decimal): -2765819 or 380117. OLE color: 380117.
HSL color Cylindrical-coordinate representation of color #D5CC05: hue angle of 57.4º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5CC05 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.16 |
| HSL | 57.4º | 0.95% | 0.43% | - |
| HSV(B) | 57.4º | 0.98% | 0.84% | - |
| XYZ | 49.06 | 57.34 | 8.63 | - |
| YUV | 184.01 | 26.98 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 5 | 0 | 0.04 | 0.98 | 0.16 | 57.4 | 0.95 | 0.43 |
| Hex | D5 | CC | 5 | 0 | 4 | 62 | 10 | 39 | 5F | 2B |
| Octal | 325 | 314 | 5 | 0 | 4 | 142 | 20 | 71 | 137 | 53 |
| Binary | 11010101 | 11001100 | 101 | 0 | 100 | 1100010 | 10000 | 111001 | 1011111 | 101011 |
Color Harmonies of #D5CC05
Complementary color
Monochromatic Colors of #D5CC05
Black with #D5CC05
Text Example
Text Example
White with #D5CC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC05; }
p { color: rgb(213,204,5); }
H1.HeaderClassName
{
color: #D5CC05;
}
.AnyTagClassName
{
color: #D5CC05;
}
</style>
background-color css
<style>
a { background-color: #D5CC05; }
a { background-color: rgb(213,204,5); }
div.DivClassName
{
background-color: #D5CC05;
}
.BgClassName
{
background-color: #D5CC05;
}
</style>
border-color css
<style>
span { border-color: #D5CC05; }
span { border-color: rgb(213,204,5); }
td.TdClassName
{
border-color: #D5CC05;
}
.TagClassName
{
border-color: #D5CC05;
}
</style>