Html Css Color HEX #DECCA0 Raffia

📋 copy color: '#DECCA0'

red 222 ◦ green 204 ◦ blue 160

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

Shades of Raffia #DECCA0

Tints of Raffia #DECCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.81%

 BLUE value IS 160 (62.89% from 255) = 27.3%

R = 37.88%
G = 34.81%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DECCA0 (or 0xDECCA0) is known color: Raffia. HEX triplet: DE, CC and A0. RGB value is (222,204,160). Sum of RGB (Red+Green+Blue) = 222+204+160=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCA0 is #21335F. Grayscale: #CCCCCC. Windows color (decimal): -2175840 or 10538206. OLE color: 10538206.

HSL color Cylindrical-coordinate representation of color #DECCA0: hue angle of 42.58º degrees, saturation: 0.48, 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 #DECCA0 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 204 160 -
CMYK 0 0.08 0.28 0.13
HSL 42.58º 0.48% 0.75% -
HSV(B) 42.58º 0.28% 0.87% -
XYZ 58.06 61.25 42.02 -
YUV 204.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 222 204 160 0 0.08 0.28 0.13 42.58 0.48 0.75
Hex DE CC A0 0 8 1C D 2B 30 4B
Octal 336 314 240 0 10 34 15 53 60 113
Binary 11011110 11001100 10100000 0 1000 11100 1101 101011 110000 1001011

Color Harmonies of #DECCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECCA0

Black with #DECCA0

Text Example


Text Example

White with #DECCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECCA0; }

 p { color: rgb(222,204,160); }

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

background-color css

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

 a { background-color: rgb(222,204,160); }

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

border-color css

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

 span { border-color: rgb(222,204,160); }

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