Shades of Winter Hazel #CDC88A
Tints of Winter Hazel #CDC88A
RGB
CMYK
RGB Variations
Color information
#CDC88A (or 0xCDC88A) is known color: Winter Hazel. HEX triplet: CD, C8 and 8A. RGB value is (205,200,138). Sum of RGB (Red+Green+Blue) = 205+200+138=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC88A is #323775. Grayscale: #C2C2C2. Windows color (decimal): -3290998 or 9095373. OLE color: 9095373.
HSL color Cylindrical-coordinate representation of color #CDC88A: hue angle of 55.52º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDC88A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 138 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.20 |
| HSL | 55.52º | 0.4% | 0.67% | - |
| HSV(B) | 55.52º | 0.33% | 0.8% | - |
| XYZ | 50.42 | 56.12 | 32.22 | - |
| YUV | 194.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 138 | 0 | 0.02 | 0.33 | 0.20 | 55.52 | 0.4 | 0.67 |
| Hex | CD | C8 | 8A | 0 | 2 | 21 | 14 | 38 | 28 | 43 |
| Octal | 315 | 310 | 212 | 0 | 2 | 41 | 24 | 70 | 50 | 103 |
| Binary | 11001101 | 11001000 | 10001010 | 0 | 10 | 100001 | 10100 | 111000 | 101000 | 1000011 |
Color Harmonies of #CDC88A
Complementary color
Monochromatic Colors of #CDC88A
Black with #CDC88A
Text Example
Text Example
White with #CDC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC88A; }
p { color: rgb(205,200,138); }
H1.HeaderClassName
{
color: #CDC88A;
}
.AnyTagClassName
{
color: #CDC88A;
}
</style>
background-color css
<style>
a { background-color: #CDC88A; }
a { background-color: rgb(205,200,138); }
div.DivClassName
{
background-color: #CDC88A;
}
.BgClassName
{
background-color: #CDC88A;
}
</style>
border-color css
<style>
span { border-color: #CDC88A; }
span { border-color: rgb(205,200,138); }
td.TdClassName
{
border-color: #CDC88A;
}
.TagClassName
{
border-color: #CDC88A;
}
</style>