Html Css Color HEX #DECCA8 Raffia

📋 copy color: '#DECCA8'

red 222 ◦ green 204 ◦ blue 168

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

Shades of Raffia #DECCA8

Tints of Raffia #DECCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.28%

R = 37.37%
G = 34.34%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DECCA8 (or 0xDECCA8) is known color: Raffia. HEX triplet: DE, CC and A8. RGB value is (222,204,168). Sum of RGB (Red+Green+Blue) = 222+204+168=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCA8 is #213357. Grayscale: #CDCDCD. Windows color (decimal): -2175832 or 11062494. OLE color: 11062494.

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

Color convert

RGB 222 204 168 -
CMYK 0 0.08 0.24 0.13
HSL 40º 0.45% 0.76% -
HSV(B) 40º 0.24% 0.87% -
XYZ 58.78 61.54 45.83 -
YUV 205.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 222 204 168 0 0.08 0.24 0.13 40 0.45 0.76
Hex DE CC A8 0 8 18 D 28 2D 4C
Octal 336 314 250 0 10 30 15 50 55 114
Binary 11011110 11001100 10101000 0 1000 11000 1101 101000 101101 1001100

Color Harmonies of #DECCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECCA8

Black with #DECCA8

Text Example


Text Example

White with #DECCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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