Html Css Color HEX #DECA9A Double Colonial White

📋 copy color: '#DECA9A'

red 222 ◦ green 202 ◦ blue 154

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

Shades of Double Colonial White #DECA9A

Tints of Double Colonial White #DECA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.64%

R = 38.41%
G = 34.95%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DECA9A (or 0xDECA9A) is known color: Double Colonial White. HEX triplet: DE, CA and 9A. RGB value is (222,202,154). Sum of RGB (Red+Green+Blue) = 222+202+154=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA9A is #213565. Grayscale: #CACACA. Windows color (decimal): -2176358 or 10144478. OLE color: 10144478.

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

Color convert

RGB 222 202 154 -
CMYK 0 0.09 0.31 0.13
HSL 42.35º 0.51% 0.74% -
HSV(B) 42.35º 0.31% 0.87% -
XYZ 57.08 60.1 39.16 -
YUV 202.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 222 202 154 0 0.09 0.31 0.13 42.35 0.51 0.74
Hex DE CA 9A 0 9 1F D 2A 33 4A
Octal 336 312 232 0 11 37 15 52 63 112
Binary 11011110 11001010 10011010 0 1001 11111 1101 101010 110011 1001010

Color Harmonies of #DECA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA9A

Black with #DECA9A

Text Example


Text Example

White with #DECA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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