Html Css Color HEX #DEC393 Raffia

📋 copy color: '#DEC393'

red 222 ◦ green 195 ◦ blue 147

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

Shades of Raffia #DEC393

Tints of Raffia #DEC393

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.57%

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

R = 39.36%
G = 34.57%
B = 26.06%

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

#DEC393 (or 0xDEC393) is known color: Raffia. HEX triplet: DE, C3 and 93. RGB value is (222,195,147). Sum of RGB (Red+Green+Blue) = 222+195+147=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC393 is #213C6C. Grayscale: #C5C5C5. Windows color (decimal): -2178157 or 9683934. OLE color: 9683934.

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

Color convert

RGB 222 195 147 -
CMYK 0 0.12 0.34 0.13
HSL 38.4º 0.53% 0.72% -
HSV(B) 38.4º 0.34% 0.87% -
XYZ 54.91 56.67 35.65 -
YUV 197.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 222 195 147 0 0.12 0.34 0.13 38.4 0.53 0.72
Hex DE C3 93 0 C 22 D 26 35 48
Octal 336 303 223 0 14 42 15 46 65 110
Binary 11011110 11000011 10010011 0 1100 100010 1101 100110 110101 1001000

Color Harmonies of #DEC393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC393

Black with #DEC393

Text Example


Text Example

White with #DEC393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC393; }

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

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

background-color css

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

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

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

border-color css

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

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

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