Shades of Bird Flower #CEB71D
Tints of Bird Flower #CEB71D
RGB
CMYK
RGB Variations
Color information
#CEB71D (or 0xCEB71D) is known color: Bird Flower. HEX triplet: CE, B7 and 1D. RGB value is (206,183,29). Sum of RGB (Red+Green+Blue) = 206+183+29=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB71D is #3148E2. Grayscale: #ACACAC. Windows color (decimal): -3229923 or 1947598. OLE color: 1947598.
HSL color Cylindrical-coordinate representation of color #CEB71D: hue angle of 52.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEB71D is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 29 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.19 |
| HSL | 52.2º | 0.75% | 0.46% | - |
| HSV(B) | 52.2º | 0.86% | 0.81% | - |
| XYZ | 42.61 | 47.08 | 8 | - |
| YUV | 172.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 29 | 0 | 0.11 | 0.86 | 0.19 | 52.2 | 0.75 | 0.46 |
| Hex | CE | B7 | 1D | 0 | B | 56 | 13 | 34 | 4B | 2E |
| Octal | 316 | 267 | 35 | 0 | 13 | 126 | 23 | 64 | 113 | 56 |
| Binary | 11001110 | 10110111 | 11101 | 0 | 1011 | 1010110 | 10011 | 110100 | 1001011 | 101110 |
Color Harmonies of #CEB71D
Complementary color
Monochromatic Colors of #CEB71D
Black with #CEB71D
Text Example
Text Example
White with #CEB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB71D; }
p { color: rgb(206,183,29); }
H1.HeaderClassName
{
color: #CEB71D;
}
.AnyTagClassName
{
color: #CEB71D;
}
</style>
background-color css
<style>
a { background-color: #CEB71D; }
a { background-color: rgb(206,183,29); }
div.DivClassName
{
background-color: #CEB71D;
}
.BgClassName
{
background-color: #CEB71D;
}
</style>
border-color css
<style>
span { border-color: #CEB71D; }
span { border-color: rgb(206,183,29); }
td.TdClassName
{
border-color: #CEB71D;
}
.TagClassName
{
border-color: #CEB71D;
}
</style>