Shades of Bird Flower #D5CA0D
Tints of Bird Flower #D5CA0D
RGB
CMYK
RGB Variations
Color information
#D5CA0D (or 0xD5CA0D) is known color: Bird Flower. HEX triplet: D5, CA and 0D. RGB value is (213,202,13). Sum of RGB (Red+Green+Blue) = 213+202+13=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CA0D is #2A35F2. Grayscale: #B8B8B8. Windows color (decimal): -2766323 or 903893. OLE color: 903893.
HSL color Cylindrical-coordinate representation of color #D5CA0D: hue angle of 56.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5CA0D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.16 |
| HSL | 56.7º | 0.88% | 0.44% | - |
| HSV(B) | 56.7º | 0.94% | 0.84% | - |
| XYZ | 48.63 | 56.42 | 8.71 | - |
| YUV | 183.74 | 31.64 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 13 | 0 | 0.05 | 0.94 | 0.16 | 56.7 | 0.88 | 0.44 |
| Hex | D5 | CA | D | 0 | 5 | 5E | 10 | 39 | 58 | 2C |
| Octal | 325 | 312 | 15 | 0 | 5 | 136 | 20 | 71 | 130 | 54 |
| Binary | 11010101 | 11001010 | 1101 | 0 | 101 | 1011110 | 10000 | 111001 | 1011000 | 101100 |
Color Harmonies of #D5CA0D
Complementary color
Monochromatic Colors of #D5CA0D
Black with #D5CA0D
Text Example
Text Example
White with #D5CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA0D; }
p { color: rgb(213,202,13); }
H1.HeaderClassName
{
color: #D5CA0D;
}
.AnyTagClassName
{
color: #D5CA0D;
}
</style>
background-color css
<style>
a { background-color: #D5CA0D; }
a { background-color: rgb(213,202,13); }
div.DivClassName
{
background-color: #D5CA0D;
}
.BgClassName
{
background-color: #D5CA0D;
}
</style>
border-color css
<style>
span { border-color: #D5CA0D; }
span { border-color: rgb(213,202,13); }
td.TdClassName
{
border-color: #D5CA0D;
}
.TagClassName
{
border-color: #D5CA0D;
}
</style>