Html Css Color HEX #DECCA5 Raffia

📋 copy color: '#DECCA5'

red 222 ◦ green 204 ◦ blue 165

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

Shades of Raffia #DECCA5

Tints of Raffia #DECCA5

RGB

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

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

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

R = 37.56%
G = 34.52%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DECCA5 (or 0xDECCA5) is known color: Raffia. HEX triplet: DE, CC and A5. RGB value is (222,204,165). Sum of RGB (Red+Green+Blue) = 222+204+165=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCA5 is #21335A. Grayscale: #CDCDCD. Windows color (decimal): -2175835 or 10865886. OLE color: 10865886.

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

Color convert

RGB 222 204 165 -
CMYK 0 0.08 0.26 0.13
HSL 41.05º 0.46% 0.76% -
HSV(B) 41.05º 0.26% 0.87% -
XYZ 58.51 61.43 44.37 -
YUV 204.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 222 204 165 0 0.08 0.26 0.13 41.05 0.46 0.76
Hex DE CC A5 0 8 1A D 29 2E 4C
Octal 336 314 245 0 10 32 15 51 56 114
Binary 11011110 11001100 10100101 0 1000 11010 1101 101001 101110 1001100

Color Harmonies of #DECCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECCA5

Black with #DECCA5

Text Example


Text Example

White with #DECCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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