Html Css Color HEX #DECA9E Raffia

📋 copy color: '#DECA9E'

red 222 ◦ green 202 ◦ blue 158

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

Shades of Raffia #DECA9E

Tints of Raffia #DECA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.15%

R = 38.14%
G = 34.71%
B = 27.15%

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

#DECA9E (or 0xDECA9E) is known color: Raffia. HEX triplet: DE, CA and 9E. RGB value is (222,202,158). Sum of RGB (Red+Green+Blue) = 222+202+158=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA9E is #213561. Grayscale: #CBCBCB. Windows color (decimal): -2176354 or 10406622. OLE color: 10406622.

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

Color convert

RGB 222 202 158 -
CMYK 0 0.09 0.29 0.13
HSL 41.25º 0.49% 0.75% -
HSV(B) 41.25º 0.29% 0.87% -
XYZ 57.42 60.24 40.95 -
YUV 202.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 222 202 158 0 0.09 0.29 0.13 41.25 0.49 0.75
Hex DE CA 9E 0 9 1D D 29 31 4B
Octal 336 312 236 0 11 35 15 51 61 113
Binary 11011110 11001010 10011110 0 1001 11101 1101 101001 110001 1001011

Color Harmonies of #DECA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA9E

Black with #DECA9E

Text Example


Text Example

White with #DECA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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