Html Css Color HEX #DEC697 Raffia

📋 copy color: '#DEC697'

red 222 ◦ green 198 ◦ blue 151

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

Shades of Raffia #DEC697

Tints of Raffia #DEC697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.44%

R = 38.88%
G = 34.68%
B = 26.44%

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

#DEC697 (or 0xDEC697) is known color: Raffia. HEX triplet: DE, C6 and 97. RGB value is (222,198,151). Sum of RGB (Red+Green+Blue) = 222+198+151=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC697 is #213968. Grayscale: #C8C8C8. Windows color (decimal): -2177385 or 9946846. OLE color: 9946846.

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

Color convert

RGB 222 198 151 -
CMYK 0 0.11 0.32 0.13
HSL 39.72º 0.52% 0.73% -
HSV(B) 39.72º 0.32% 0.87% -
XYZ 55.9 58.15 37.56 -
YUV 199.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 222 198 151 0 0.11 0.32 0.13 39.72 0.52 0.73
Hex DE C6 97 0 B 20 D 28 34 49
Octal 336 306 227 0 13 40 15 50 64 111
Binary 11011110 11000110 10010111 0 1011 100000 1101 101000 110100 1001001

Color Harmonies of #DEC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC697

Black with #DEC697

Text Example


Text Example

White with #DEC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC697; }

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

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

background-color css

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

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

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

border-color css

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

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

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