Html Css Color HEX #DEC995 Double Colonial White

📋 copy color: '#DEC995'

red 222 ◦ green 201 ◦ blue 149

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

Shades of Double Colonial White #DEC995

Tints of Double Colonial White #DEC995

RGB

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

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

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

R = 38.81%
G = 35.14%
B = 26.05%

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

#DEC995 (or 0xDEC995) is known color: Double Colonial White. HEX triplet: DE, C9 and 95. RGB value is (222,201,149). Sum of RGB (Red+Green+Blue) = 222+201+149=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC995 is #21366A. Grayscale: #C9C9C9. Windows color (decimal): -2176619 or 9816542. OLE color: 9816542.

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

Color convert

RGB 222 201 149 -
CMYK 0 0.09 0.33 0.13
HSL 42.74º 0.53% 0.73% -
HSV(B) 42.74º 0.33% 0.87% -
XYZ 56.44 59.47 36.94 -
YUV 201.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 222 201 149 0 0.09 0.33 0.13 42.74 0.53 0.73
Hex DE C9 95 0 9 21 D 2B 35 49
Octal 336 311 225 0 11 41 15 53 65 111
Binary 11011110 11001001 10010101 0 1001 100001 1101 101011 110101 1001001

Color Harmonies of #DEC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC995

Black with #DEC995

Text Example


Text Example

White with #DEC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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