Html Css Color HEX #DEC994 Double Colonial White

📋 copy color: '#DEC994'

red 222 ◦ green 201 ◦ blue 148

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

Shades of Double Colonial White #DEC994

Tints of Double Colonial White #DEC994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.2%

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

R = 38.88%
G = 35.2%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEC994 (or 0xDEC994) is known color: Double Colonial White. HEX triplet: DE, C9 and 94. RGB value is (222,201,148). Sum of RGB (Red+Green+Blue) = 222+201+148=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC994 is #21366B. Grayscale: #C9C9C9. Windows color (decimal): -2176620 or 9751006. OLE color: 9751006.

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

Color convert

RGB 222 201 148 -
CMYK 0 0.09 0.33 0.13
HSL 42.97º 0.53% 0.73% -
HSV(B) 42.97º 0.33% 0.87% -
XYZ 56.36 59.44 36.52 -
YUV 201.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 222 201 148 0 0.09 0.33 0.13 42.97 0.53 0.73
Hex DE C9 94 0 9 21 D 2B 35 49
Octal 336 311 224 0 11 41 15 53 65 111
Binary 11011110 11001001 10010100 0 1001 100001 1101 101011 110101 1001001

Color Harmonies of #DEC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC994

Black with #DEC994

Text Example


Text Example

White with #DEC994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC994; }

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

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

background-color css

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

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

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

border-color css

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

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

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