Html Css Color HEX #DEC993 Double Colonial White

📋 copy color: '#DEC993'

red 222 ◦ green 201 ◦ blue 147

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

Shades of Double Colonial White #DEC993

Tints of Double Colonial White #DEC993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.79%

R = 38.95%
G = 35.26%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEC993 (or 0xDEC993) is known color: Double Colonial White. HEX triplet: DE, C9 and 93. RGB value is (222,201,147). Sum of RGB (Red+Green+Blue) = 222+201+147=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC993 is #21366C. Grayscale: #C9C9C9. Windows color (decimal): -2176621 or 9685470. OLE color: 9685470.

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

Color convert

RGB 222 201 147 -
CMYK 0 0.09 0.34 0.13
HSL 43.2º 0.53% 0.72% -
HSV(B) 43.2º 0.34% 0.87% -
XYZ 56.28 59.41 36.1 -
YUV 201.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 222 201 147 0 0.09 0.34 0.13 43.2 0.53 0.72
Hex DE C9 93 0 9 22 D 2B 35 48
Octal 336 311 223 0 11 42 15 53 65 110
Binary 11011110 11001001 10010011 0 1001 100010 1101 101011 110101 1001000

Color Harmonies of #DEC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC993

Black with #DEC993

Text Example


Text Example

White with #DEC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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