Html Css Color HEX #DECA9D Raffia

📋 copy color: '#DECA9D'

red 222 ◦ green 202 ◦ blue 157

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

Shades of Raffia #DECA9D

Tints of Raffia #DECA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.02%

R = 38.21%
G = 34.77%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DECA9D (or 0xDECA9D) is known color: Raffia. HEX triplet: DE, CA and 9D. RGB value is (222,202,157). Sum of RGB (Red+Green+Blue) = 222+202+157=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA9D is #213562. Grayscale: #CBCBCB. Windows color (decimal): -2176355 or 10341086. OLE color: 10341086.

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

Color convert

RGB 222 202 157 -
CMYK 0 0.09 0.29 0.13
HSL 41.54º 0.5% 0.74% -
HSV(B) 41.54º 0.29% 0.87% -
XYZ 57.33 60.2 40.5 -
YUV 202.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 222 202 157 0 0.09 0.29 0.13 41.54 0.5 0.74
Hex DE CA 9D 0 9 1D D 2A 32 4A
Octal 336 312 235 0 11 35 15 52 62 112
Binary 11011110 11001010 10011101 0 1001 11101 1101 101010 110010 1001010

Color Harmonies of #DECA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA9D

Black with #DECA9D

Text Example


Text Example

White with #DECA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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