Html Css Color HEX #DECA93 Double Colonial White

📋 copy color: '#DECA93'

red 222 ◦ green 202 ◦ blue 147

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

Shades of Double Colonial White #DECA93

Tints of Double Colonial White #DECA93

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.38%

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

R = 38.88%
G = 35.38%
B = 25.74%

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

#DECA93 (or 0xDECA93) is known color: Double Colonial White. HEX triplet: DE, CA and 93. RGB value is (222,202,147). Sum of RGB (Red+Green+Blue) = 222+202+147=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA93 is #21356C. Grayscale: #C9C9C9. Windows color (decimal): -2176365 or 9685726. OLE color: 9685726.

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

Color convert

RGB 222 202 147 -
CMYK 0 0.09 0.34 0.13
HSL 44º 0.53% 0.72% -
HSV(B) 44º 0.34% 0.87% -
XYZ 56.51 59.88 36.18 -
YUV 201.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 222 202 147 0 0.09 0.34 0.13 44 0.53 0.72
Hex DE CA 93 0 9 22 D 2C 35 48
Octal 336 312 223 0 11 42 15 54 65 110
Binary 11011110 11001010 10010011 0 1001 100010 1101 101100 110101 1001000

Color Harmonies of #DECA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA93

Black with #DECA93

Text Example


Text Example

White with #DECA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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