Shades of Bird Flower #CDB00D
Tints of Bird Flower #CDB00D
RGB
CMYK
RGB Variations
Color information
#CDB00D (or 0xCDB00D) is known color: Bird Flower. HEX triplet: CD, B0 and 0D. RGB value is (205,176,13). Sum of RGB (Red+Green+Blue) = 205+176+13=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB00D is #324FF2. Grayscale: #A6A6A6. Windows color (decimal): -3297267 or 897229. OLE color: 897229.
HSL color Cylindrical-coordinate representation of color #CDB00D: hue angle of 50.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDB00D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.20 |
| HSL | 50.94º | 0.88% | 0.43% | - |
| HSV(B) | 50.94º | 0.94% | 0.8% | - |
| XYZ | 40.77 | 44.06 | 6.74 | - |
| YUV | 166.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 13 | 0 | 0.14 | 0.94 | 0.20 | 50.94 | 0.88 | 0.43 |
| Hex | CD | B0 | D | 0 | E | 5E | 14 | 33 | 58 | 2B |
| Octal | 315 | 260 | 15 | 0 | 16 | 136 | 24 | 63 | 130 | 53 |
| Binary | 11001101 | 10110000 | 1101 | 0 | 1110 | 1011110 | 10100 | 110011 | 1011000 | 101011 |
Color Harmonies of #CDB00D
Complementary color
Monochromatic Colors of #CDB00D
Black with #CDB00D
Text Example
Text Example
White with #CDB00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB00D; }
p { color: rgb(205,176,13); }
H1.HeaderClassName
{
color: #CDB00D;
}
.AnyTagClassName
{
color: #CDB00D;
}
</style>
background-color css
<style>
a { background-color: #CDB00D; }
a { background-color: rgb(205,176,13); }
div.DivClassName
{
background-color: #CDB00D;
}
.BgClassName
{
background-color: #CDB00D;
}
</style>
border-color css
<style>
span { border-color: #CDB00D; }
span { border-color: rgb(205,176,13); }
td.TdClassName
{
border-color: #CDB00D;
}
.TagClassName
{
border-color: #CDB00D;
}
</style>