Shades of Bird Flower #CDB40B
Tints of Bird Flower #CDB40B
RGB
CMYK
RGB Variations
Color information
#CDB40B (or 0xCDB40B) is known color: Bird Flower. HEX triplet: CD, B4 and 0B. RGB value is (205,180,11). Sum of RGB (Red+Green+Blue) = 205+180+11=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB40B is #324BF4. Grayscale: #A8A8A8. Windows color (decimal): -3296245 or 767181. OLE color: 767181.
HSL color Cylindrical-coordinate representation of color #CDB40B: hue angle of 52.27º 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 #CDB40B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.20 |
| HSL | 52.27º | 0.9% | 0.42% | - |
| HSV(B) | 52.27º | 0.95% | 0.8% | - |
| XYZ | 41.56 | 45.65 | 6.94 | - |
| YUV | 168.21 | 39.28 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 11 | 0 | 0.12 | 0.95 | 0.20 | 52.27 | 0.9 | 0.42 |
| Hex | CD | B4 | B | 0 | C | 5F | 14 | 34 | 5A | 2A |
| Octal | 315 | 264 | 13 | 0 | 14 | 137 | 24 | 64 | 132 | 52 |
| Binary | 11001101 | 10110100 | 1011 | 0 | 1100 | 1011111 | 10100 | 110100 | 1011010 | 101010 |
Color Harmonies of #CDB40B
Complementary color
Monochromatic Colors of #CDB40B
Black with #CDB40B
Text Example
Text Example
White with #CDB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB40B; }
p { color: rgb(205,180,11); }
H1.HeaderClassName
{
color: #CDB40B;
}
.AnyTagClassName
{
color: #CDB40B;
}
</style>
background-color css
<style>
a { background-color: #CDB40B; }
a { background-color: rgb(205,180,11); }
div.DivClassName
{
background-color: #CDB40B;
}
.BgClassName
{
background-color: #CDB40B;
}
</style>
border-color css
<style>
span { border-color: #CDB40B; }
span { border-color: rgb(205,180,11); }
td.TdClassName
{
border-color: #CDB40B;
}
.TagClassName
{
border-color: #CDB40B;
}
</style>