Shades of Bird Flower #CDB20D
Tints of Bird Flower #CDB20D
RGB
CMYK
RGB Variations
Color information
#CDB20D (or 0xCDB20D) is known color: Bird Flower. HEX triplet: CD, B2 and 0D. RGB value is (205,178,13). Sum of RGB (Red+Green+Blue) = 205+178+13=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB20D is #324DF2. Grayscale: #A7A7A7. Windows color (decimal): -3296755 or 897741. OLE color: 897741.
HSL color Cylindrical-coordinate representation of color #CDB20D: hue angle of 51.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDB20D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.20 |
| HSL | 51.56º | 0.88% | 0.43% | - |
| HSV(B) | 51.56º | 0.94% | 0.8% | - |
| XYZ | 41.17 | 44.85 | 6.87 | - |
| YUV | 167.26 | 40.95 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 13 | 0 | 0.13 | 0.94 | 0.20 | 51.56 | 0.88 | 0.43 |
| Hex | CD | B2 | D | 0 | D | 5E | 14 | 34 | 58 | 2B |
| Octal | 315 | 262 | 15 | 0 | 15 | 136 | 24 | 64 | 130 | 53 |
| Binary | 11001101 | 10110010 | 1101 | 0 | 1101 | 1011110 | 10100 | 110100 | 1011000 | 101011 |
Color Harmonies of #CDB20D
Complementary color
Monochromatic Colors of #CDB20D
Black with #CDB20D
Text Example
Text Example
White with #CDB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB20D; }
p { color: rgb(205,178,13); }
H1.HeaderClassName
{
color: #CDB20D;
}
.AnyTagClassName
{
color: #CDB20D;
}
</style>
background-color css
<style>
a { background-color: #CDB20D; }
a { background-color: rgb(205,178,13); }
div.DivClassName
{
background-color: #CDB20D;
}
.BgClassName
{
background-color: #CDB20D;
}
</style>
border-color css
<style>
span { border-color: #CDB20D; }
span { border-color: rgb(205,178,13); }
td.TdClassName
{
border-color: #CDB20D;
}
.TagClassName
{
border-color: #CDB20D;
}
</style>