Html Css Color HEX #CDC199 Double Spanish White
📋 copy color: '#CDC199'red 205 ◦ green 193 ◦ blue 153
Shades of Double Spanish White #CDC199
Tints of Double Spanish White #CDC199
RGB
CMYK
RGB Variations
Color information
#CDC199 (or 0xCDC199) is known color: Double Spanish White. HEX triplet: CD, C1 and 99. RGB value is (205,193,153). Sum of RGB (Red+Green+Blue) = 205+193+153=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC199 is #323E66. Grayscale: #C0C0C0. Windows color (decimal): -3292775 or 10076621. OLE color: 10076621.
HSL color Cylindrical-coordinate representation of color #CDC199: hue angle of 46.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDC199 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 153 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.20 |
| HSL | 46.15º | 0.34% | 0.7% | - |
| HSV(B) | 46.15º | 0.25% | 0.8% | - |
| XYZ | 50 | 53.42 | 37.81 | - |
| YUV | 192.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 153 | 0 | 0.06 | 0.25 | 0.20 | 46.15 | 0.34 | 0.7 |
| Hex | CD | C1 | 99 | 0 | 6 | 19 | 14 | 2E | 22 | 46 |
| Octal | 315 | 301 | 231 | 0 | 6 | 31 | 24 | 56 | 42 | 106 |
| Binary | 11001101 | 11000001 | 10011001 | 0 | 110 | 11001 | 10100 | 101110 | 100010 | 1000110 |
Color Harmonies of #CDC199
Complementary color
Monochromatic Colors of #CDC199
Black with #CDC199
Text Example
Text Example
White with #CDC199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC199; }
p { color: rgb(205,193,153); }
H1.HeaderClassName
{
color: #CDC199;
}
.AnyTagClassName
{
color: #CDC199;
}
</style>
background-color css
<style>
a { background-color: #CDC199; }
a { background-color: rgb(205,193,153); }
div.DivClassName
{
background-color: #CDC199;
}
.BgClassName
{
background-color: #CDC199;
}
</style>
border-color css
<style>
span { border-color: #CDC199; }
span { border-color: rgb(205,193,153); }
td.TdClassName
{
border-color: #CDC199;
}
.TagClassName
{
border-color: #CDC199;
}
</style>