Shades of Bird Flower #CDB31D
Tints of Bird Flower #CDB31D
RGB
CMYK
RGB Variations
Color information
#CDB31D (or 0xCDB31D) is known color: Bird Flower. HEX triplet: CD, B3 and 1D. RGB value is (205,179,29). Sum of RGB (Red+Green+Blue) = 205+179+29=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB31D is #324CE2. Grayscale: #AAAAAA. Windows color (decimal): -3296483 or 1946573. OLE color: 1946573.
HSL color Cylindrical-coordinate representation of color #CDB31D: hue angle of 51.14º degrees, saturation: 0.75, 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 #CDB31D is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 29 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.20 |
| HSL | 51.14º | 0.75% | 0.46% | - |
| HSV(B) | 51.14º | 0.86% | 0.8% | - |
| XYZ | 41.52 | 45.31 | 7.72 | - |
| YUV | 169.67 | 48.61 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 29 | 0 | 0.13 | 0.86 | 0.20 | 51.14 | 0.75 | 0.46 |
| Hex | CD | B3 | 1D | 0 | D | 56 | 14 | 33 | 4B | 2E |
| Octal | 315 | 263 | 35 | 0 | 15 | 126 | 24 | 63 | 113 | 56 |
| Binary | 11001101 | 10110011 | 11101 | 0 | 1101 | 1010110 | 10100 | 110011 | 1001011 | 101110 |
Color Harmonies of #CDB31D
Complementary color
Monochromatic Colors of #CDB31D
Black with #CDB31D
Text Example
Text Example
White with #CDB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB31D; }
p { color: rgb(205,179,29); }
H1.HeaderClassName
{
color: #CDB31D;
}
.AnyTagClassName
{
color: #CDB31D;
}
</style>
background-color css
<style>
a { background-color: #CDB31D; }
a { background-color: rgb(205,179,29); }
div.DivClassName
{
background-color: #CDB31D;
}
.BgClassName
{
background-color: #CDB31D;
}
</style>
border-color css
<style>
span { border-color: #CDB31D; }
span { border-color: rgb(205,179,29); }
td.TdClassName
{
border-color: #CDB31D;
}
.TagClassName
{
border-color: #CDB31D;
}
</style>