Shades of Bird Flower #CDB20B
Tints of Bird Flower #CDB20B
RGB
CMYK
RGB Variations
Color information
#CDB20B (or 0xCDB20B) is known color: Bird Flower. HEX triplet: CD, B2 and 0B. RGB value is (205,178,11). Sum of RGB (Red+Green+Blue) = 205+178+11=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB20B is #324DF4. Grayscale: #A7A7A7. Windows color (decimal): -3296757 or 766669. OLE color: 766669.
HSL color Cylindrical-coordinate representation of color #CDB20B: hue angle of 51.65º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDB20B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.20 |
| HSL | 51.65º | 0.9% | 0.42% | - |
| HSV(B) | 51.65º | 0.95% | 0.8% | - |
| XYZ | 41.16 | 44.84 | 6.8 | - |
| YUV | 167.04 | 39.95 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 11 | 0 | 0.13 | 0.95 | 0.20 | 51.65 | 0.9 | 0.42 |
| Hex | CD | B2 | B | 0 | D | 5F | 14 | 34 | 5A | 2A |
| Octal | 315 | 262 | 13 | 0 | 15 | 137 | 24 | 64 | 132 | 52 |
| Binary | 11001101 | 10110010 | 1011 | 0 | 1101 | 1011111 | 10100 | 110100 | 1011010 | 101010 |
Color Harmonies of #CDB20B
Complementary color
Monochromatic Colors of #CDB20B
Black with #CDB20B
Text Example
Text Example
White with #CDB20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB20B; }
p { color: rgb(205,178,11); }
H1.HeaderClassName
{
color: #CDB20B;
}
.AnyTagClassName
{
color: #CDB20B;
}
</style>
background-color css
<style>
a { background-color: #CDB20B; }
a { background-color: rgb(205,178,11); }
div.DivClassName
{
background-color: #CDB20B;
}
.BgClassName
{
background-color: #CDB20B;
}
</style>
border-color css
<style>
span { border-color: #CDB20B; }
span { border-color: rgb(205,178,11); }
td.TdClassName
{
border-color: #CDB20B;
}
.TagClassName
{
border-color: #CDB20B;
}
</style>