Html Css Color HEX #DECAA5 Raffia

📋 copy color: '#DECAA5'

red 222 ◦ green 202 ◦ blue 165

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

Shades of Raffia #DECAA5

Tints of Raffia #DECAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.01%

R = 37.69%
G = 34.3%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DECAA5 (or 0xDECAA5) is known color: Raffia. HEX triplet: DE, CA and A5. RGB value is (222,202,165). Sum of RGB (Red+Green+Blue) = 222+202+165=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAA5 is #21355A. Grayscale: #CBCBCB. Windows color (decimal): -2176347 or 10865374. OLE color: 10865374.

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

Color convert

RGB 222 202 165 -
CMYK 0 0.09 0.26 0.13
HSL 38.95º 0.46% 0.76% -
HSV(B) 38.95º 0.26% 0.87% -
XYZ 58.04 60.49 44.21 -
YUV 203.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 222 202 165 0 0.09 0.26 0.13 38.95 0.46 0.76
Hex DE CA A5 0 9 1A D 27 2E 4C
Octal 336 312 245 0 11 32 15 47 56 114
Binary 11011110 11001010 10100101 0 1001 11010 1101 100111 101110 1001100

Color Harmonies of #DECAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECAA5

Black with #DECAA5

Text Example


Text Example

White with #DECAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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