Shades of Bird Flower #CDB11B
Tints of Bird Flower #CDB11B
RGB
CMYK
RGB Variations
Color information
#CDB11B (or 0xCDB11B) is known color: Bird Flower. HEX triplet: CD, B1 and 1B. RGB value is (205,177,27). Sum of RGB (Red+Green+Blue) = 205+177+27=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB11B is #324EE4. Grayscale: #A8A8A8. Windows color (decimal): -3296997 or 1814989. OLE color: 1814989.
HSL color Cylindrical-coordinate representation of color #CDB11B: hue angle of 50.56º 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 #CDB11B is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 27 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.20 |
| HSL | 50.56º | 0.77% | 0.45% | - |
| HSV(B) | 50.56º | 0.87% | 0.8% | - |
| XYZ | 41.1 | 44.5 | 7.46 | - |
| YUV | 168.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 27 | 0 | 0.14 | 0.87 | 0.20 | 50.56 | 0.77 | 0.45 |
| Hex | CD | B1 | 1B | 0 | E | 57 | 14 | 33 | 4D | 2D |
| Octal | 315 | 261 | 33 | 0 | 16 | 127 | 24 | 63 | 115 | 55 |
| Binary | 11001101 | 10110001 | 11011 | 0 | 1110 | 1010111 | 10100 | 110011 | 1001101 | 101101 |
Color Harmonies of #CDB11B
Complementary color
Monochromatic Colors of #CDB11B
Black with #CDB11B
Text Example
Text Example
White with #CDB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB11B; }
p { color: rgb(205,177,27); }
H1.HeaderClassName
{
color: #CDB11B;
}
.AnyTagClassName
{
color: #CDB11B;
}
</style>
background-color css
<style>
a { background-color: #CDB11B; }
a { background-color: rgb(205,177,27); }
div.DivClassName
{
background-color: #CDB11B;
}
.BgClassName
{
background-color: #CDB11B;
}
</style>
border-color css
<style>
span { border-color: #CDB11B; }
span { border-color: rgb(205,177,27); }
td.TdClassName
{
border-color: #CDB11B;
}
.TagClassName
{
border-color: #CDB11B;
}
</style>