Html Css Color HEX #DEC996 Double Colonial White

📋 copy color: '#DEC996'

red 222 ◦ green 201 ◦ blue 150

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

Shades of Double Colonial White #DEC996

Tints of Double Colonial White #DEC996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.18%

R = 38.74%
G = 35.08%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEC996 (or 0xDEC996) is known color: Double Colonial White. HEX triplet: DE, C9 and 96. RGB value is (222,201,150). Sum of RGB (Red+Green+Blue) = 222+201+150=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC996 is #213669. Grayscale: #C9C9C9. Windows color (decimal): -2176618 or 9882078. OLE color: 9882078.

HSL color Cylindrical-coordinate representation of color #DEC996: hue angle of 42.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEC996 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 201 150 -
CMYK 0 0.09 0.32 0.13
HSL 42.5º 0.52% 0.73% -
HSV(B) 42.5º 0.32% 0.87% -
XYZ 56.52 59.5 37.36 -
YUV 201.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 222 201 150 0 0.09 0.32 0.13 42.5 0.52 0.73
Hex DE C9 96 0 9 20 D 2A 34 49
Octal 336 311 226 0 11 40 15 52 64 111
Binary 11011110 11001001 10010110 0 1001 100000 1101 101010 110100 1001001

Color Harmonies of #DEC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC996

Black with #DEC996

Text Example


Text Example

White with #DEC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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