Shades of Bird Flower #CDB10B
Tints of Bird Flower #CDB10B
RGB
CMYK
RGB Variations
Color information
#CDB10B (or 0xCDB10B) is known color: Bird Flower. HEX triplet: CD, B1 and 0B. RGB value is (205,177,11). Sum of RGB (Red+Green+Blue) = 205+177+11=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB10B is #324EF4. Grayscale: #A7A7A7. Windows color (decimal): -3297013 or 766413. OLE color: 766413.
HSL color Cylindrical-coordinate representation of color #CDB10B: hue angle of 51.34º 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 #CDB10B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.20 |
| HSL | 51.34º | 0.9% | 0.42% | - |
| HSV(B) | 51.34º | 0.95% | 0.8% | - |
| XYZ | 40.96 | 44.45 | 6.74 | - |
| YUV | 166.45 | 40.28 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 11 | 0 | 0.14 | 0.95 | 0.20 | 51.34 | 0.9 | 0.42 |
| Hex | CD | B1 | B | 0 | E | 5F | 14 | 33 | 5A | 2A |
| Octal | 315 | 261 | 13 | 0 | 16 | 137 | 24 | 63 | 132 | 52 |
| Binary | 11001101 | 10110001 | 1011 | 0 | 1110 | 1011111 | 10100 | 110011 | 1011010 | 101010 |
Color Harmonies of #CDB10B
Complementary color
Monochromatic Colors of #CDB10B
Black with #CDB10B
Text Example
Text Example
White with #CDB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB10B; }
p { color: rgb(205,177,11); }
H1.HeaderClassName
{
color: #CDB10B;
}
.AnyTagClassName
{
color: #CDB10B;
}
</style>
background-color css
<style>
a { background-color: #CDB10B; }
a { background-color: rgb(205,177,11); }
div.DivClassName
{
background-color: #CDB10B;
}
.BgClassName
{
background-color: #CDB10B;
}
</style>
border-color css
<style>
span { border-color: #CDB10B; }
span { border-color: rgb(205,177,11); }
td.TdClassName
{
border-color: #CDB10B;
}
.TagClassName
{
border-color: #CDB10B;
}
</style>