Html Css Color HEX #DEC397 Raffia

📋 copy color: '#DEC397'

red 222 ◦ green 195 ◦ blue 151

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

Shades of Raffia #DEC397

Tints of Raffia #DEC397

RGB

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

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

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

R = 39.08%
G = 34.33%
B = 26.58%

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

#DEC397 (or 0xDEC397) is known color: Raffia. HEX triplet: DE, C3 and 97. RGB value is (222,195,151). Sum of RGB (Red+Green+Blue) = 222+195+151=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC397 is #213C68. Grayscale: #C6C6C6. Windows color (decimal): -2178153 or 9946078. OLE color: 9946078.

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

Color convert

RGB 222 195 151 -
CMYK 0 0.12 0.32 0.13
HSL 37.18º 0.52% 0.73% -
HSV(B) 37.18º 0.32% 0.87% -
XYZ 55.23 56.79 37.33 -
YUV 198.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 222 195 151 0 0.12 0.32 0.13 37.18 0.52 0.73
Hex DE C3 97 0 C 20 D 25 34 49
Octal 336 303 227 0 14 40 15 45 64 111
Binary 11011110 11000011 10010111 0 1100 100000 1101 100101 110100 1001001

Color Harmonies of #DEC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC397

Black with #DEC397

Text Example


Text Example

White with #DEC397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC397; }

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

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

background-color css

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

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

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

border-color css

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

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

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