Shades of Bird Flower #CDB31C
Tints of Bird Flower #CDB31C
RGB
CMYK
RGB Variations
Color information
#CDB31C (or 0xCDB31C) is known color: Bird Flower. HEX triplet: CD, B3 and 1C. RGB value is (205,179,28). Sum of RGB (Red+Green+Blue) = 205+179+28=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB31C is #324CE3. Grayscale: #AAAAAA. Windows color (decimal): -3296484 or 1881037. OLE color: 1881037.
HSL color Cylindrical-coordinate representation of color #CDB31C: hue angle of 51.19º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDB31C is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 28 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.20 |
| HSL | 51.19º | 0.76% | 0.46% | - |
| HSV(B) | 51.19º | 0.86% | 0.8% | - |
| XYZ | 41.51 | 45.3 | 7.66 | - |
| YUV | 169.56 | 48.11 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 28 | 0 | 0.13 | 0.86 | 0.20 | 51.19 | 0.76 | 0.46 |
| Hex | CD | B3 | 1C | 0 | D | 56 | 14 | 33 | 4C | 2E |
| Octal | 315 | 263 | 34 | 0 | 15 | 126 | 24 | 63 | 114 | 56 |
| Binary | 11001101 | 10110011 | 11100 | 0 | 1101 | 1010110 | 10100 | 110011 | 1001100 | 101110 |
Color Harmonies of #CDB31C
Complementary color
Monochromatic Colors of #CDB31C
Black with #CDB31C
Text Example
Text Example
White with #CDB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB31C; }
p { color: rgb(205,179,28); }
H1.HeaderClassName
{
color: #CDB31C;
}
.AnyTagClassName
{
color: #CDB31C;
}
</style>
background-color css
<style>
a { background-color: #CDB31C; }
a { background-color: rgb(205,179,28); }
div.DivClassName
{
background-color: #CDB31C;
}
.BgClassName
{
background-color: #CDB31C;
}
</style>
border-color css
<style>
span { border-color: #CDB31C; }
span { border-color: rgb(205,179,28); }
td.TdClassName
{
border-color: #CDB31C;
}
.TagClassName
{
border-color: #CDB31C;
}
</style>