Shades of Bird Flower #CDB10F
Tints of Bird Flower #CDB10F
RGB
CMYK
RGB Variations
Color information
#CDB10F (or 0xCDB10F) is known color: Bird Flower. HEX triplet: CD, B1 and 0F. RGB value is (205,177,15). Sum of RGB (Red+Green+Blue) = 205+177+15=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB10F is #324EF0. Grayscale: #A7A7A7. Windows color (decimal): -3297009 or 1028557. OLE color: 1028557.
HSL color Cylindrical-coordinate representation of color #CDB10F: hue angle of 51.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDB10F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.20 |
| HSL | 51.16º | 0.86% | 0.43% | - |
| HSV(B) | 51.16º | 0.93% | 0.8% | - |
| XYZ | 40.99 | 44.46 | 6.87 | - |
| YUV | 166.9 | 42.28 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 15 | 0 | 0.14 | 0.93 | 0.20 | 51.16 | 0.86 | 0.43 |
| Hex | CD | B1 | F | 0 | E | 5D | 14 | 33 | 56 | 2B |
| Octal | 315 | 261 | 17 | 0 | 16 | 135 | 24 | 63 | 126 | 53 |
| Binary | 11001101 | 10110001 | 1111 | 0 | 1110 | 1011101 | 10100 | 110011 | 1010110 | 101011 |
Color Harmonies of #CDB10F
Complementary color
Monochromatic Colors of #CDB10F
Black with #CDB10F
Text Example
Text Example
White with #CDB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB10F; }
p { color: rgb(205,177,15); }
H1.HeaderClassName
{
color: #CDB10F;
}
.AnyTagClassName
{
color: #CDB10F;
}
</style>
background-color css
<style>
a { background-color: #CDB10F; }
a { background-color: rgb(205,177,15); }
div.DivClassName
{
background-color: #CDB10F;
}
.BgClassName
{
background-color: #CDB10F;
}
</style>
border-color css
<style>
span { border-color: #CDB10F; }
span { border-color: rgb(205,177,15); }
td.TdClassName
{
border-color: #CDB10F;
}
.TagClassName
{
border-color: #CDB10F;
}
</style>