Html Css Color HEX #DEC19B Raffia

📋 copy color: '#DEC19B'

red 222 ◦ green 193 ◦ blue 155

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

Shades of Raffia #DEC19B

Tints of Raffia #DEC19B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.86%

 BLUE value IS 155 (60.94% from 255) = 27.19%

R = 38.95%
G = 33.86%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEC19B (or 0xDEC19B) is known color: Raffia. HEX triplet: DE, C1 and 9B. RGB value is (222,193,155). Sum of RGB (Red+Green+Blue) = 222+193+155=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC19B is #213E64. Grayscale: #C5C5C5. Windows color (decimal): -2178661 or 10207710. OLE color: 10207710.

HSL color Cylindrical-coordinate representation of color #DEC19B: hue angle of 34.03º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEC19B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 193 155 -
CMYK 0 0.13 0.30 0.13
HSL 34.03º 0.5% 0.74% -
HSV(B) 34.03º 0.3% 0.87% -
XYZ 55.11 56.04 38.92 -
YUV 197.34 104.11 145.59 -
System Red Green Blue C M Y K H S L
Decimal 222 193 155 0 0.13 0.30 0.13 34.03 0.5 0.74
Hex DE C1 9B 0 D 1E D 22 32 4A
Octal 336 301 233 0 15 36 15 42 62 112
Binary 11011110 11000001 10011011 0 1101 11110 1101 100010 110010 1001010

Color Harmonies of #DEC19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC19B

Black with #DEC19B

Text Example


Text Example

White with #DEC19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC19B; }

 p { color: rgb(222,193,155); }

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

background-color css

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

 a { background-color: rgb(222,193,155); }

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

border-color css

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

 span { border-color: rgb(222,193,155); }

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