Html Css Color HEX #DEC49F Raffia

📋 copy color: '#DEC49F'

red 222 ◦ green 196 ◦ blue 159

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

Shades of Raffia #DEC49F

Tints of Raffia #DEC49F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.97%

 BLUE value IS 159 (62.5% from 255) = 27.56%

R = 38.47%
G = 33.97%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DEC49F (or 0xDEC49F) is known color: Raffia. HEX triplet: DE, C4 and 9F. RGB value is (222,196,159). Sum of RGB (Red+Green+Blue) = 222+196+159=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC49F is #213B60. Grayscale: #C7C7C7. Windows color (decimal): -2177889 or 10470622. OLE color: 10470622.

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

Color convert

RGB 222 196 159 -
CMYK 0 0.12 0.28 0.13
HSL 35.24º 0.49% 0.75% -
HSV(B) 35.24º 0.28% 0.87% -
XYZ 56.12 57.51 40.94 -
YUV 199.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 222 196 159 0 0.12 0.28 0.13 35.24 0.49 0.75
Hex DE C4 9F 0 C 1C D 23 31 4B
Octal 336 304 237 0 14 34 15 43 61 113
Binary 11011110 11000100 10011111 0 1100 11100 1101 100011 110001 1001011

Color Harmonies of #DEC49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC49F

Black with #DEC49F

Text Example


Text Example

White with #DEC49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC49F; }

 p { color: rgb(222,196,159); }

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

background-color css

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

 a { background-color: rgb(222,196,159); }

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

border-color css

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

 span { border-color: rgb(222,196,159); }

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