Html Css Color HEX #DEC694 Double Colonial White
📋 copy color: '#DEC694'red 222 ◦ green 198 ◦ blue 148
Shades of Double Colonial White #DEC694
Tints of Double Colonial White #DEC694
RGB
CMYK
RGB Variations
Color information
#DEC694 (or 0xDEC694) is known color: Double Colonial White. HEX triplet: DE, C6 and 94. RGB value is (222,198,148). Sum of RGB (Red+Green+Blue) = 222+198+148=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC694 is #21396B. Grayscale: #C7C7C7. Windows color (decimal): -2177388 or 9750238. OLE color: 9750238.
HSL color Cylindrical-coordinate representation of color #DEC694: hue angle of 40.54º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEC694 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 148 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.13 |
| HSL | 40.54º | 0.53% | 0.73% | - |
| HSV(B) | 40.54º | 0.33% | 0.87% | - |
| XYZ | 55.66 | 58.06 | 36.29 | - |
| YUV | 199.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 148 | 0 | 0.11 | 0.33 | 0.13 | 40.54 | 0.53 | 0.73 |
| Hex | DE | C6 | 94 | 0 | B | 21 | D | 29 | 35 | 49 |
| Octal | 336 | 306 | 224 | 0 | 13 | 41 | 15 | 51 | 65 | 111 |
| Binary | 11011110 | 11000110 | 10010100 | 0 | 1011 | 100001 | 1101 | 101001 | 110101 | 1001001 |
Color Harmonies of #DEC694
Complementary color
Monochromatic Colors of #DEC694
Black with #DEC694
Text Example
Text Example
White with #DEC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC694; }
p { color: rgb(222,198,148); }
H1.HeaderClassName
{
color: #DEC694;
}
.AnyTagClassName
{
color: #DEC694;
}
</style>
background-color css
<style>
a { background-color: #DEC694; }
a { background-color: rgb(222,198,148); }
div.DivClassName
{
background-color: #DEC694;
}
.BgClassName
{
background-color: #DEC694;
}
</style>
border-color css
<style>
span { border-color: #DEC694; }
span { border-color: rgb(222,198,148); }
td.TdClassName
{
border-color: #DEC694;
}
.TagClassName
{
border-color: #DEC694;
}
</style>