Html Css Color HEX #DEC396 Raffia

📋 copy color: '#DEC396'

red 222 ◦ green 195 ◦ blue 150

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

Shades of Raffia #DEC396

Tints of Raffia #DEC396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.46%

R = 39.15%
G = 34.39%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEC396 (or 0xDEC396) is known color: Raffia. HEX triplet: DE, C3 and 96. RGB value is (222,195,150). Sum of RGB (Red+Green+Blue) = 222+195+150=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC396 is #213C69. Grayscale: #C6C6C6. Windows color (decimal): -2178154 or 9880542. OLE color: 9880542.

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

Color convert

RGB 222 195 150 -
CMYK 0 0.12 0.32 0.13
HSL 37.5º 0.52% 0.73% -
HSV(B) 37.5º 0.32% 0.87% -
XYZ 55.14 56.76 36.9 -
YUV 197.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 222 195 150 0 0.12 0.32 0.13 37.5 0.52 0.73
Hex DE C3 96 0 C 20 D 26 34 49
Octal 336 303 226 0 14 40 15 46 64 111
Binary 11011110 11000011 10010110 0 1100 100000 1101 100110 110100 1001001

Color Harmonies of #DEC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC396

Black with #DEC396

Text Example


Text Example

White with #DEC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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