Html Css Color HEX #DEC696 Raffia

📋 copy color: '#DEC696'

red 222 ◦ green 198 ◦ blue 150

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

Shades of Raffia #DEC696

Tints of Raffia #DEC696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.74%

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

R = 38.95%
G = 34.74%
B = 26.32%

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

#DEC696 (or 0xDEC696) is known color: Raffia. HEX triplet: DE, C6 and 96. RGB value is (222,198,150). Sum of RGB (Red+Green+Blue) = 222+198+150=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC696 is #213969. Grayscale: #C7C7C7. Windows color (decimal): -2177386 or 9881310. OLE color: 9881310.

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

Color convert

RGB 222 198 150 -
CMYK 0 0.11 0.32 0.13
HSL 40º 0.52% 0.73% -
HSV(B) 40º 0.32% 0.87% -
XYZ 55.82 58.12 37.13 -
YUV 199.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 222 198 150 0 0.11 0.32 0.13 40 0.52 0.73
Hex DE C6 96 0 B 20 D 28 34 49
Octal 336 306 226 0 13 40 15 50 64 111
Binary 11011110 11000110 10010110 0 1011 100000 1101 101000 110100 1001001

Color Harmonies of #DEC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC696

Black with #DEC696

Text Example


Text Example

White with #DEC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC696; }

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

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

background-color css

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

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

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

border-color css

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

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

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