Html Css Color HEX #DEC595 Raffia

📋 copy color: '#DEC595'

red 222 ◦ green 197 ◦ blue 149

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

Shades of Raffia #DEC595

Tints of Raffia #DEC595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.23%

R = 39.08%
G = 34.68%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEC595 (or 0xDEC595) is known color: Raffia. HEX triplet: DE, C5 and 95. RGB value is (222,197,149). Sum of RGB (Red+Green+Blue) = 222+197+149=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC595 is #213A6A. Grayscale: #C7C7C7. Windows color (decimal): -2177643 or 9815518. OLE color: 9815518.

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

Color convert

RGB 222 197 149 -
CMYK 0 0.11 0.33 0.13
HSL 39.45º 0.53% 0.73% -
HSV(B) 39.45º 0.33% 0.87% -
XYZ 55.52 57.63 36.63 -
YUV 199 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 222 197 149 0 0.11 0.33 0.13 39.45 0.53 0.73
Hex DE C5 95 0 B 21 D 27 35 49
Octal 336 305 225 0 13 41 15 47 65 111
Binary 11011110 11000101 10010101 0 1011 100001 1101 100111 110101 1001001

Color Harmonies of #DEC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC595

Black with #DEC595

Text Example


Text Example

White with #DEC595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC595; }

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

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

background-color css

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

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

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

border-color css

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

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

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