Shades of Bird Flower #CDB21B
Tints of Bird Flower #CDB21B
RGB
CMYK
RGB Variations
Color information
#CDB21B (or 0xCDB21B) is known color: Bird Flower. HEX triplet: CD, B2 and 1B. RGB value is (205,178,27). Sum of RGB (Red+Green+Blue) = 205+178+27=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB21B is #324DE4. Grayscale: #A9A9A9. Windows color (decimal): -3296741 or 1815245. OLE color: 1815245.
HSL color Cylindrical-coordinate representation of color #CDB21B: hue angle of 50.9º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDB21B is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 27 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.20 |
| HSL | 50.9º | 0.77% | 0.45% | - |
| HSV(B) | 50.9º | 0.87% | 0.8% | - |
| XYZ | 41.3 | 44.9 | 7.53 | - |
| YUV | 168.86 | 47.95 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 27 | 0 | 0.13 | 0.87 | 0.20 | 50.9 | 0.77 | 0.45 |
| Hex | CD | B2 | 1B | 0 | D | 57 | 14 | 33 | 4D | 2D |
| Octal | 315 | 262 | 33 | 0 | 15 | 127 | 24 | 63 | 115 | 55 |
| Binary | 11001101 | 10110010 | 11011 | 0 | 1101 | 1010111 | 10100 | 110011 | 1001101 | 101101 |
Color Harmonies of #CDB21B
Complementary color
Monochromatic Colors of #CDB21B
Black with #CDB21B
Text Example
Text Example
White with #CDB21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB21B; }
p { color: rgb(205,178,27); }
H1.HeaderClassName
{
color: #CDB21B;
}
.AnyTagClassName
{
color: #CDB21B;
}
</style>
background-color css
<style>
a { background-color: #CDB21B; }
a { background-color: rgb(205,178,27); }
div.DivClassName
{
background-color: #CDB21B;
}
.BgClassName
{
background-color: #CDB21B;
}
</style>
border-color css
<style>
span { border-color: #CDB21B; }
span { border-color: rgb(205,178,27); }
td.TdClassName
{
border-color: #CDB21B;
}
.TagClassName
{
border-color: #CDB21B;
}
</style>