Shades of Bird Flower #CDB722
Tints of Bird Flower #CDB722
RGB
CMYK
RGB Variations
Color information
#CDB722 (or 0xCDB722) is known color: Bird Flower. HEX triplet: CD, B7 and 22. RGB value is (205,183,34). Sum of RGB (Red+Green+Blue) = 205+183+34=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB722 is #3248DD. Grayscale: #ADADAD. Windows color (decimal): -3295454 or 2275277. OLE color: 2275277.
HSL color Cylindrical-coordinate representation of color #CDB722: hue angle of 52.28º 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 #CDB722 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 34 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.20 |
| HSL | 52.28º | 0.72% | 0.47% | - |
| HSV(B) | 52.28º | 0.83% | 0.8% | - |
| XYZ | 42.4 | 46.96 | 8.34 | - |
| YUV | 172.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 34 | 0 | 0.11 | 0.83 | 0.20 | 52.28 | 0.72 | 0.47 |
| Hex | CD | B7 | 22 | 0 | B | 53 | 14 | 34 | 48 | 2F |
| Octal | 315 | 267 | 42 | 0 | 13 | 123 | 24 | 64 | 110 | 57 |
| Binary | 11001101 | 10110111 | 100010 | 0 | 1011 | 1010011 | 10100 | 110100 | 1001000 | 101111 |
Color Harmonies of #CDB722
Complementary color
Monochromatic Colors of #CDB722
Black with #CDB722
Text Example
Text Example
White with #CDB722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB722; }
p { color: rgb(205,183,34); }
H1.HeaderClassName
{
color: #CDB722;
}
.AnyTagClassName
{
color: #CDB722;
}
</style>
background-color css
<style>
a { background-color: #CDB722; }
a { background-color: rgb(205,183,34); }
div.DivClassName
{
background-color: #CDB722;
}
.BgClassName
{
background-color: #CDB722;
}
</style>
border-color css
<style>
span { border-color: #CDB722; }
span { border-color: rgb(205,183,34); }
td.TdClassName
{
border-color: #CDB722;
}
.TagClassName
{
border-color: #CDB722;
}
</style>