Html Css Color HEX #CDC09C Double Spanish White
📋 copy color: '#CDC09C'red 205 ◦ green 192 ◦ blue 156
Shades of Double Spanish White #CDC09C
Tints of Double Spanish White #CDC09C
RGB
CMYK
RGB Variations
Color information
#CDC09C (or 0xCDC09C) is known color: Double Spanish White. HEX triplet: CD, C0 and 9C. RGB value is (205,192,156). Sum of RGB (Red+Green+Blue) = 205+192+156=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC09C is #323F63. Grayscale: #BFBFBF. Windows color (decimal): -3293028 or 10272973. OLE color: 10272973.
HSL color Cylindrical-coordinate representation of color #CDC09C: hue angle of 44.08º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDC09C is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 156 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.20 |
| HSL | 44.08º | 0.33% | 0.71% | - |
| HSV(B) | 44.08º | 0.24% | 0.8% | - |
| XYZ | 50.03 | 53.08 | 39.06 | - |
| YUV | 191.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 156 | 0 | 0.06 | 0.24 | 0.20 | 44.08 | 0.33 | 0.71 |
| Hex | CD | C0 | 9C | 0 | 6 | 18 | 14 | 2C | 21 | 47 |
| Octal | 315 | 300 | 234 | 0 | 6 | 30 | 24 | 54 | 41 | 107 |
| Binary | 11001101 | 11000000 | 10011100 | 0 | 110 | 11000 | 10100 | 101100 | 100001 | 1000111 |
Color Harmonies of #CDC09C
Complementary color
Monochromatic Colors of #CDC09C
Black with #CDC09C
Text Example
Text Example
White with #CDC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC09C; }
p { color: rgb(205,192,156); }
H1.HeaderClassName
{
color: #CDC09C;
}
.AnyTagClassName
{
color: #CDC09C;
}
</style>
background-color css
<style>
a { background-color: #CDC09C; }
a { background-color: rgb(205,192,156); }
div.DivClassName
{
background-color: #CDC09C;
}
.BgClassName
{
background-color: #CDC09C;
}
</style>
border-color css
<style>
span { border-color: #CDC09C; }
span { border-color: rgb(205,192,156); }
td.TdClassName
{
border-color: #CDC09C;
}
.TagClassName
{
border-color: #CDC09C;
}
</style>