Shades of Bird Flower #CDB922
Tints of Bird Flower #CDB922
RGB
CMYK
RGB Variations
Color information
#CDB922 (or 0xCDB922) is known color: Bird Flower. HEX triplet: CD, B9 and 22. RGB value is (205,185,34). Sum of RGB (Red+Green+Blue) = 205+185+34=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB922 is #3246DD. Grayscale: #AEAEAE. Windows color (decimal): -3294942 or 2275789. OLE color: 2275789.
HSL color Cylindrical-coordinate representation of color #CDB922: hue angle of 52.98º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDB922 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 34 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.20 |
| HSL | 52.98º | 0.72% | 0.47% | - |
| HSV(B) | 52.98º | 0.83% | 0.8% | - |
| XYZ | 42.81 | 47.79 | 8.48 | - |
| YUV | 173.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 34 | 0 | 0.10 | 0.83 | 0.20 | 52.98 | 0.72 | 0.47 |
| Hex | CD | B9 | 22 | 0 | A | 53 | 14 | 35 | 48 | 2F |
| Octal | 315 | 271 | 42 | 0 | 12 | 123 | 24 | 65 | 110 | 57 |
| Binary | 11001101 | 10111001 | 100010 | 0 | 1010 | 1010011 | 10100 | 110101 | 1001000 | 101111 |
Color Harmonies of #CDB922
Complementary color
Monochromatic Colors of #CDB922
Black with #CDB922
Text Example
Text Example
White with #CDB922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB922; }
p { color: rgb(205,185,34); }
H1.HeaderClassName
{
color: #CDB922;
}
.AnyTagClassName
{
color: #CDB922;
}
</style>
background-color css
<style>
a { background-color: #CDB922; }
a { background-color: rgb(205,185,34); }
div.DivClassName
{
background-color: #CDB922;
}
.BgClassName
{
background-color: #CDB922;
}
</style>
border-color css
<style>
span { border-color: #CDB922; }
span { border-color: rgb(205,185,34); }
td.TdClassName
{
border-color: #CDB922;
}
.TagClassName
{
border-color: #CDB922;
}
</style>