Html Css Color HEX #DEC09B Raffia

📋 copy color: '#DEC09B'

red 222 ◦ green 192 ◦ blue 155

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

Shades of Raffia #DEC09B

Tints of Raffia #DEC09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 39.02%
G = 33.74%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEC09B (or 0xDEC09B) is known color: Raffia. HEX triplet: DE, C0 and 9B. RGB value is (222,192,155). Sum of RGB (Red+Green+Blue) = 222+192+155=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC09B is #213F64. Grayscale: #C4C4C4. Windows color (decimal): -2178917 or 10207454. OLE color: 10207454.

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

Color convert

RGB 222 192 155 -
CMYK 0 0.14 0.30 0.13
HSL 33.13º 0.5% 0.74% -
HSV(B) 33.13º 0.3% 0.87% -
XYZ 54.89 55.6 38.85 -
YUV 196.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 222 192 155 0 0.14 0.30 0.13 33.13 0.5 0.74
Hex DE C0 9B 0 E 1E D 21 32 4A
Octal 336 300 233 0 16 36 15 41 62 112
Binary 11011110 11000000 10011011 0 1110 11110 1101 100001 110010 1001010

Color Harmonies of #DEC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC09B

Black with #DEC09B

Text Example


Text Example

White with #DEC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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