Html Css Color HEX #CFC299 Double Spanish White
📋 copy color: '#CFC299'red 207 ◦ green 194 ◦ blue 153
Shades of Double Spanish White #CFC299
Tints of Double Spanish White #CFC299
RGB
CMYK
RGB Variations
Color information
#CFC299 (or 0xCFC299) is known color: Double Spanish White. HEX triplet: CF, C2 and 99. RGB value is (207,194,153). Sum of RGB (Red+Green+Blue) = 207+194+153=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC299 is #303D66. Grayscale: #C1C1C1. Windows color (decimal): -3161447 or 10076879. OLE color: 10076879.
HSL color Cylindrical-coordinate representation of color #CFC299: hue angle of 45.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFC299 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 153 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.19 |
| HSL | 45.56º | 0.36% | 0.71% | - |
| HSV(B) | 45.56º | 0.26% | 0.81% | - |
| XYZ | 50.77 | 54.15 | 37.91 | - |
| YUV | 193.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 153 | 0 | 0.06 | 0.26 | 0.19 | 45.56 | 0.36 | 0.71 |
| Hex | CF | C2 | 99 | 0 | 6 | 1A | 13 | 2E | 24 | 47 |
| Octal | 317 | 302 | 231 | 0 | 6 | 32 | 23 | 56 | 44 | 107 |
| Binary | 11001111 | 11000010 | 10011001 | 0 | 110 | 11010 | 10011 | 101110 | 100100 | 1000111 |
Color Harmonies of #CFC299
Complementary color
Monochromatic Colors of #CFC299
Black with #CFC299
Text Example
Text Example
White with #CFC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC299; }
p { color: rgb(207,194,153); }
H1.HeaderClassName
{
color: #CFC299;
}
.AnyTagClassName
{
color: #CFC299;
}
</style>
background-color css
<style>
a { background-color: #CFC299; }
a { background-color: rgb(207,194,153); }
div.DivClassName
{
background-color: #CFC299;
}
.BgClassName
{
background-color: #CFC299;
}
</style>
border-color css
<style>
span { border-color: #CFC299; }
span { border-color: rgb(207,194,153); }
td.TdClassName
{
border-color: #CFC299;
}
.TagClassName
{
border-color: #CFC299;
}
</style>