Html Css Color HEX #DEC596 Raffia

📋 copy color: '#DEC596'

red 222 ◦ green 197 ◦ blue 150

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

Shades of Raffia #DEC596

Tints of Raffia #DEC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.62%

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

R = 39.02%
G = 34.62%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEC596 (or 0xDEC596) is known color: Raffia. HEX triplet: DE, C5 and 96. RGB value is (222,197,150). Sum of RGB (Red+Green+Blue) = 222+197+150=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC596 is #213A69. Grayscale: #C7C7C7. Windows color (decimal): -2177642 or 9881054. OLE color: 9881054.

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

Color convert

RGB 222 197 150 -
CMYK 0 0.11 0.32 0.13
HSL 39.17º 0.52% 0.73% -
HSV(B) 39.17º 0.32% 0.87% -
XYZ 55.6 57.66 37.05 -
YUV 199.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 222 197 150 0 0.11 0.32 0.13 39.17 0.52 0.73
Hex DE C5 96 0 B 20 D 27 34 49
Octal 336 305 226 0 13 40 15 47 64 111
Binary 11011110 11000101 10010110 0 1011 100000 1101 100111 110100 1001001

Color Harmonies of #DEC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC596

Black with #DEC596

Text Example


Text Example

White with #DEC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC596; }

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

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

background-color css

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

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

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

border-color css

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

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

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