Html Css Color HEX #DEC295 Raffia

📋 copy color: '#DEC295'

red 222 ◦ green 194 ◦ blue 149

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

Shades of Raffia #DEC295

Tints of Raffia #DEC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

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

R = 39.29%
G = 34.34%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEC295 (or 0xDEC295) is known color: Raffia. HEX triplet: DE, C2 and 95. RGB value is (222,194,149). Sum of RGB (Red+Green+Blue) = 222+194+149=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC295 is #213D6A. Grayscale: #C5C5C5. Windows color (decimal): -2178411 or 9814750. OLE color: 9814750.

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

Color convert

RGB 222 194 149 -
CMYK 0 0.13 0.33 0.13
HSL 36.99º 0.53% 0.73% -
HSV(B) 36.99º 0.33% 0.87% -
XYZ 54.84 56.28 36.41 -
YUV 197.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 222 194 149 0 0.13 0.33 0.13 36.99 0.53 0.73
Hex DE C2 95 0 D 21 D 25 35 49
Octal 336 302 225 0 15 41 15 45 65 111
Binary 11011110 11000010 10010101 0 1101 100001 1101 100101 110101 1001001

Color Harmonies of #DEC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC295

Black with #DEC295

Text Example


Text Example

White with #DEC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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