Shades of Bird Flower #CDB11A
Tints of Bird Flower #CDB11A
RGB
CMYK
RGB Variations
Color information
#CDB11A (or 0xCDB11A) is known color: Bird Flower. HEX triplet: CD, B1 and 1A. RGB value is (205,177,26). Sum of RGB (Red+Green+Blue) = 205+177+26=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB11A is #324EE5. Grayscale: #A8A8A8. Windows color (decimal): -3296998 or 1749453. OLE color: 1749453.
HSL color Cylindrical-coordinate representation of color #CDB11A: hue angle of 50.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDB11A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 26 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.20 |
| HSL | 50.61º | 0.77% | 0.45% | - |
| HSV(B) | 50.61º | 0.87% | 0.8% | - |
| XYZ | 41.09 | 44.5 | 7.4 | - |
| YUV | 168.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 26 | 0 | 0.14 | 0.87 | 0.20 | 50.61 | 0.77 | 0.45 |
| Hex | CD | B1 | 1A | 0 | E | 57 | 14 | 33 | 4D | 2D |
| Octal | 315 | 261 | 32 | 0 | 16 | 127 | 24 | 63 | 115 | 55 |
| Binary | 11001101 | 10110001 | 11010 | 0 | 1110 | 1010111 | 10100 | 110011 | 1001101 | 101101 |
Color Harmonies of #CDB11A
Complementary color
Monochromatic Colors of #CDB11A
Black with #CDB11A
Text Example
Text Example
White with #CDB11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB11A; }
p { color: rgb(205,177,26); }
H1.HeaderClassName
{
color: #CDB11A;
}
.AnyTagClassName
{
color: #CDB11A;
}
</style>
background-color css
<style>
a { background-color: #CDB11A; }
a { background-color: rgb(205,177,26); }
div.DivClassName
{
background-color: #CDB11A;
}
.BgClassName
{
background-color: #CDB11A;
}
</style>
border-color css
<style>
span { border-color: #CDB11A; }
span { border-color: rgb(205,177,26); }
td.TdClassName
{
border-color: #CDB11A;
}
.TagClassName
{
border-color: #CDB11A;
}
</style>