Shades of Bird Flower #CDB108
Tints of Bird Flower #CDB108
RGB
CMYK
RGB Variations
Color information
#CDB108 (or 0xCDB108) is known color: Bird Flower. HEX triplet: CD, B1 and 08. RGB value is (205,177,8). Sum of RGB (Red+Green+Blue) = 205+177+8=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB108 is #324EF7. Grayscale: #A6A6A6. Windows color (decimal): -3297016 or 569805. OLE color: 569805.
HSL color Cylindrical-coordinate representation of color #CDB108: hue angle of 51.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDB108 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.20 |
| HSL | 51.47º | 0.92% | 0.42% | - |
| HSV(B) | 51.47º | 0.96% | 0.8% | - |
| XYZ | 40.94 | 44.44 | 6.65 | - |
| YUV | 166.11 | 38.78 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 8 | 0 | 0.14 | 0.96 | 0.20 | 51.47 | 0.92 | 0.42 |
| Hex | CD | B1 | 8 | 0 | E | 60 | 14 | 33 | 5C | 2A |
| Octal | 315 | 261 | 10 | 0 | 16 | 140 | 24 | 63 | 134 | 52 |
| Binary | 11001101 | 10110001 | 1000 | 0 | 1110 | 1100000 | 10100 | 110011 | 1011100 | 101010 |
Color Harmonies of #CDB108
Complementary color
Monochromatic Colors of #CDB108
Black with #CDB108
Text Example
Text Example
White with #CDB108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB108; }
p { color: rgb(205,177,8); }
H1.HeaderClassName
{
color: #CDB108;
}
.AnyTagClassName
{
color: #CDB108;
}
</style>
background-color css
<style>
a { background-color: #CDB108; }
a { background-color: rgb(205,177,8); }
div.DivClassName
{
background-color: #CDB108;
}
.BgClassName
{
background-color: #CDB108;
}
</style>
border-color css
<style>
span { border-color: #CDB108; }
span { border-color: rgb(205,177,8); }
td.TdClassName
{
border-color: #CDB108;
}
.TagClassName
{
border-color: #CDB108;
}
</style>