Html Css Color HEX #DEC099 Raffia

📋 copy color: '#DEC099'

red 222 ◦ green 192 ◦ blue 153

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

Shades of Raffia #DEC099

Tints of Raffia #DEC099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.86%

 BLUE value IS 153 (60.16% from 255) = 26.98%

R = 39.15%
G = 33.86%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEC099 (or 0xDEC099) is known color: Raffia. HEX triplet: DE, C0 and 99. RGB value is (222,192,153). Sum of RGB (Red+Green+Blue) = 222+192+153=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC099 is #213F66. Grayscale: #C4C4C4. Windows color (decimal): -2178919 or 10076382. OLE color: 10076382.

HSL color Cylindrical-coordinate representation of color #DEC099: hue angle of 33.91º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEC099 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 153 -
CMYK 0 0.14 0.31 0.13
HSL 33.91º 0.51% 0.74% -
HSV(B) 33.91º 0.31% 0.87% -
XYZ 54.72 55.53 37.97 -
YUV 196.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 222 192 153 0 0.14 0.31 0.13 33.91 0.51 0.74
Hex DE C0 99 0 E 1F D 22 33 4A
Octal 336 300 231 0 16 37 15 42 63 112
Binary 11011110 11000000 10011001 0 1110 11111 1101 100010 110011 1001010

Color Harmonies of #DEC099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC099

Black with #DEC099

Text Example


Text Example

White with #DEC099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC099; }

 p { color: rgb(222,192,153); }

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

background-color css

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

 a { background-color: rgb(222,192,153); }

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

border-color css

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

 span { border-color: rgb(222,192,153); }

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