Shades of Bird Flower #CDB61F
Tints of Bird Flower #CDB61F
RGB
CMYK
RGB Variations
Color information
#CDB61F (or 0xCDB61F) is known color: Bird Flower. HEX triplet: CD, B6 and 1F. RGB value is (205,182,31). Sum of RGB (Red+Green+Blue) = 205+182+31=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB61F is #3249E0. Grayscale: #ACACAC. Windows color (decimal): -3295713 or 2078413. OLE color: 2078413.
HSL color Cylindrical-coordinate representation of color #CDB61F: hue angle of 52.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDB61F is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 31 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.20 |
| HSL | 52.07º | 0.74% | 0.46% | - |
| HSV(B) | 52.07º | 0.85% | 0.8% | - |
| XYZ | 42.15 | 46.53 | 8.06 | - |
| YUV | 171.66 | 48.62 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 31 | 0 | 0.11 | 0.85 | 0.20 | 52.07 | 0.74 | 0.46 |
| Hex | CD | B6 | 1F | 0 | B | 55 | 14 | 34 | 4A | 2E |
| Octal | 315 | 266 | 37 | 0 | 13 | 125 | 24 | 64 | 112 | 56 |
| Binary | 11001101 | 10110110 | 11111 | 0 | 1011 | 1010101 | 10100 | 110100 | 1001010 | 101110 |
Color Harmonies of #CDB61F
Complementary color
Monochromatic Colors of #CDB61F
Black with #CDB61F
Text Example
Text Example
White with #CDB61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB61F; }
p { color: rgb(205,182,31); }
H1.HeaderClassName
{
color: #CDB61F;
}
.AnyTagClassName
{
color: #CDB61F;
}
</style>
background-color css
<style>
a { background-color: #CDB61F; }
a { background-color: rgb(205,182,31); }
div.DivClassName
{
background-color: #CDB61F;
}
.BgClassName
{
background-color: #CDB61F;
}
</style>
border-color css
<style>
span { border-color: #CDB61F; }
span { border-color: rgb(205,182,31); }
td.TdClassName
{
border-color: #CDB61F;
}
.TagClassName
{
border-color: #CDB61F;
}
</style>