Html Css Color HEX #DEC894 Double Colonial White

📋 copy color: '#DEC894'

red 222 ◦ green 200 ◦ blue 148

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

Shades of Double Colonial White #DEC894

Tints of Double Colonial White #DEC894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.96%

R = 38.95%
G = 35.09%
B = 25.96%

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

#DEC894 (or 0xDEC894) is known color: Double Colonial White. HEX triplet: DE, C8 and 94. RGB value is (222,200,148). Sum of RGB (Red+Green+Blue) = 222+200+148=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC894 is #21376B. Grayscale: #C8C8C8. Windows color (decimal): -2176876 or 9750750. OLE color: 9750750.

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

Color convert

RGB 222 200 148 -
CMYK 0 0.10 0.33 0.13
HSL 42.16º 0.53% 0.73% -
HSV(B) 42.16º 0.33% 0.87% -
XYZ 56.12 58.98 36.44 -
YUV 200.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 222 200 148 0 0.10 0.33 0.13 42.16 0.53 0.73
Hex DE C8 94 0 A 21 D 2A 35 49
Octal 336 310 224 0 12 41 15 52 65 111
Binary 11011110 11001000 10010100 0 1010 100001 1101 101010 110101 1001001

Color Harmonies of #DEC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC894

Black with #DEC894

Text Example


Text Example

White with #DEC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC894; }

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

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

background-color css

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

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

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

border-color css

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

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

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