Html Css Color HEX #DEC895 Double Colonial White

📋 copy color: '#DEC895'

red 222 ◦ green 200 ◦ blue 149

#DEC895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Colonial White #DEC895

Tints of Double Colonial White #DEC895

RGB

 RED value IS 222 (87.11% from 255) = 38.88%

 GREEN value IS 200 (78.52% from 255) = 35.03%

 BLUE value IS 149 (58.59% from 255) = 26.09%

R = 38.88%
G = 35.03%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DEC895 (or 0xDEC895) is known color: Double Colonial White. HEX triplet: DE, C8 and 95. RGB value is (222,200,149). Sum of RGB (Red+Green+Blue) = 222+200+149=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC895 is #21376A. Grayscale: #C8C8C8. Windows color (decimal): -2176875 or 9816286. OLE color: 9816286.

HSL color Cylindrical-coordinate representation of color #DEC895: hue angle of 41.92º 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 #DEC895 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 200 149 -
CMYK 0 0.10 0.33 0.13
HSL 41.92º 0.53% 0.73% -
HSV(B) 41.92º 0.33% 0.87% -
XYZ 56.2 59.01 36.86 -
YUV 200.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 222 200 149 0 0.10 0.33 0.13 41.92 0.53 0.73
Hex DE C8 95 0 A 21 D 2A 35 49
Octal 336 310 225 0 12 41 15 52 65 111
Binary 11011110 11001000 10010101 0 1010 100001 1101 101010 110101 1001001

Color Harmonies of #DEC895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC895

Black with #DEC895

Text Example


Text Example

White with #DEC895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC895; }

 p { color: rgb(222,200,149); }

 H1.HeaderClassName
 {
   color: #DEC895;
 }
 .AnyTagClassName
 {
   color: #DEC895;
 }
</style>

background-color css

<style>
 a { background-color: #DEC895; }

 a { background-color: rgb(222,200,149); }

 div.DivClassName
 {
   background-color: #DEC895;
 }
 .BgClassName
 {
   background-color: #DEC895;
 }
</style>

border-color css

<style>
 span { border-color: #DEC895; }

 span { border-color: rgb(222,200,149); }

 td.TdClassName
 {
   border-color: #DEC895;
 }
 .TagClassName
 {
   border-color: #DEC895;
 }
</style>