Html Css Color HEX #DEC296 Raffia

📋 copy color: '#DEC296'

red 222 ◦ green 194 ◦ blue 150

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

Shades of Raffia #DEC296

Tints of Raffia #DEC296

RGB

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

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

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

R = 39.22%
G = 34.28%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEC296 (or 0xDEC296) is known color: Raffia. HEX triplet: DE, C2 and 96. RGB value is (222,194,150). Sum of RGB (Red+Green+Blue) = 222+194+150=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC296 is #213D69. Grayscale: #C5C5C5. Windows color (decimal): -2178410 or 9880286. OLE color: 9880286.

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

Color convert

RGB 222 194 150 -
CMYK 0 0.13 0.32 0.13
HSL 36.67º 0.52% 0.73% -
HSV(B) 36.67º 0.32% 0.87% -
XYZ 54.92 56.32 36.83 -
YUV 197.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 222 194 150 0 0.13 0.32 0.13 36.67 0.52 0.73
Hex DE C2 96 0 D 20 D 25 34 49
Octal 336 302 226 0 15 40 15 45 64 111
Binary 11011110 11000010 10010110 0 1101 100000 1101 100101 110100 1001001

Color Harmonies of #DEC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC296

Black with #DEC296

Text Example


Text Example

White with #DEC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC296; }

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

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

background-color css

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

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

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

border-color css

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

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

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