Shades of Bird Flower #CDB321
Tints of Bird Flower #CDB321
RGB
CMYK
RGB Variations
Color information
#CDB321 (or 0xCDB321) is known color: Bird Flower. HEX triplet: CD, B3 and 21. RGB value is (205,179,33). Sum of RGB (Red+Green+Blue) = 205+179+33=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB321 is #324CDE. Grayscale: #AAAAAA. Windows color (decimal): -3296479 or 2208717. OLE color: 2208717.
HSL color Cylindrical-coordinate representation of color #CDB321: hue angle of 50.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDB321 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 33 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.20 |
| HSL | 50.93º | 0.72% | 0.47% | - |
| HSV(B) | 50.93º | 0.84% | 0.8% | - |
| XYZ | 41.57 | 45.33 | 8 | - |
| YUV | 170.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 33 | 0 | 0.13 | 0.84 | 0.20 | 50.93 | 0.72 | 0.47 |
| Hex | CD | B3 | 21 | 0 | D | 54 | 14 | 33 | 48 | 2F |
| Octal | 315 | 263 | 41 | 0 | 15 | 124 | 24 | 63 | 110 | 57 |
| Binary | 11001101 | 10110011 | 100001 | 0 | 1101 | 1010100 | 10100 | 110011 | 1001000 | 101111 |
Color Harmonies of #CDB321
Complementary color
Monochromatic Colors of #CDB321
Black with #CDB321
Text Example
Text Example
White with #CDB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB321; }
p { color: rgb(205,179,33); }
H1.HeaderClassName
{
color: #CDB321;
}
.AnyTagClassName
{
color: #CDB321;
}
</style>
background-color css
<style>
a { background-color: #CDB321; }
a { background-color: rgb(205,179,33); }
div.DivClassName
{
background-color: #CDB321;
}
.BgClassName
{
background-color: #CDB321;
}
</style>
border-color css
<style>
span { border-color: #CDB321; }
span { border-color: rgb(205,179,33); }
td.TdClassName
{
border-color: #CDB321;
}
.TagClassName
{
border-color: #CDB321;
}
</style>