Shades of Bird Flower #D5CB09
Tints of Bird Flower #D5CB09
RGB
CMYK
RGB Variations
Color information
#D5CB09 (or 0xD5CB09) is known color: Bird Flower. HEX triplet: D5, CB and 09. RGB value is (213,203,9). Sum of RGB (Red+Green+Blue) = 213+203+9=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CB09 is #2A34F6. Grayscale: #B8B8B8. Windows color (decimal): -2766071 or 642005. OLE color: 642005.
HSL color Cylindrical-coordinate representation of color #D5CB09: hue angle of 57.06º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5CB09 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.16 |
| HSL | 57.06º | 0.92% | 0.44% | - |
| HSV(B) | 57.06º | 0.96% | 0.84% | - |
| XYZ | 48.85 | 56.88 | 8.66 | - |
| YUV | 183.87 | 29.31 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 9 | 0 | 0.05 | 0.96 | 0.16 | 57.06 | 0.92 | 0.44 |
| Hex | D5 | CB | 9 | 0 | 5 | 60 | 10 | 39 | 5C | 2C |
| Octal | 325 | 313 | 11 | 0 | 5 | 140 | 20 | 71 | 134 | 54 |
| Binary | 11010101 | 11001011 | 1001 | 0 | 101 | 1100000 | 10000 | 111001 | 1011100 | 101100 |
Color Harmonies of #D5CB09
Complementary color
Monochromatic Colors of #D5CB09
Black with #D5CB09
Text Example
Text Example
White with #D5CB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB09; }
p { color: rgb(213,203,9); }
H1.HeaderClassName
{
color: #D5CB09;
}
.AnyTagClassName
{
color: #D5CB09;
}
</style>
background-color css
<style>
a { background-color: #D5CB09; }
a { background-color: rgb(213,203,9); }
div.DivClassName
{
background-color: #D5CB09;
}
.BgClassName
{
background-color: #D5CB09;
}
</style>
border-color css
<style>
span { border-color: #D5CB09; }
span { border-color: rgb(213,203,9); }
td.TdClassName
{
border-color: #D5CB09;
}
.TagClassName
{
border-color: #D5CB09;
}
</style>