Html Css Color HEX #DEC493 Raffia

📋 copy color: '#DEC493'

red 222 ◦ green 196 ◦ blue 147

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

Shades of Raffia #DEC493

Tints of Raffia #DEC493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.02%

R = 39.29%
G = 34.69%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEC493 (or 0xDEC493) is known color: Raffia. HEX triplet: DE, C4 and 93. RGB value is (222,196,147). Sum of RGB (Red+Green+Blue) = 222+196+147=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC493 is #213B6C. Grayscale: #C6C6C6. Windows color (decimal): -2177901 or 9684190. OLE color: 9684190.

HSL color Cylindrical-coordinate representation of color #DEC493: hue angle of 39.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEC493 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 196 147 -
CMYK 0 0.12 0.34 0.13
HSL 39.2º 0.53% 0.72% -
HSV(B) 39.2º 0.34% 0.87% -
XYZ 55.13 57.12 35.72 -
YUV 198.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 222 196 147 0 0.12 0.34 0.13 39.2 0.53 0.72
Hex DE C4 93 0 C 22 D 27 35 48
Octal 336 304 223 0 14 42 15 47 65 110
Binary 11011110 11000100 10010011 0 1100 100010 1101 100111 110101 1001000

Color Harmonies of #DEC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC493

Black with #DEC493

Text Example


Text Example

White with #DEC493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC493; }

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

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

background-color css

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

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

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

border-color css

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

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

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