Html Css Color HEX #DECA9F Raffia

📋 copy color: '#DECA9F'

red 222 ◦ green 202 ◦ blue 159

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

Shades of Raffia #DECA9F

Tints of Raffia #DECA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.27%

R = 38.08%
G = 34.65%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DECA9F (or 0xDECA9F) is known color: Raffia. HEX triplet: DE, CA and 9F. RGB value is (222,202,159). Sum of RGB (Red+Green+Blue) = 222+202+159=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA9F is #213560. Grayscale: #CBCBCB. Windows color (decimal): -2176353 or 10472158. OLE color: 10472158.

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

Color convert

RGB 222 202 159 -
CMYK 0 0.09 0.28 0.13
HSL 40.95º 0.49% 0.75% -
HSV(B) 40.95º 0.28% 0.87% -
XYZ 57.5 60.27 41.4 -
YUV 203.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 222 202 159 0 0.09 0.28 0.13 40.95 0.49 0.75
Hex DE CA 9F 0 9 1C D 29 31 4B
Octal 336 312 237 0 11 34 15 51 61 113
Binary 11011110 11001010 10011111 0 1001 11100 1101 101001 110001 1001011

Color Harmonies of #DECA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA9F

Black with #DECA9F

Text Example


Text Example

White with #DECA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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