Html Css Color HEX #DEC99A Raffia

📋 copy color: '#DEC99A'

red 222 ◦ green 201 ◦ blue 154

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

Shades of Raffia #DEC99A

Tints of Raffia #DEC99A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.84%

 BLUE value IS 154 (60.55% from 255) = 26.69%

R = 38.47%
G = 34.84%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEC99A (or 0xDEC99A) is known color: Raffia. HEX triplet: DE, C9 and 9A. RGB value is (222,201,154). Sum of RGB (Red+Green+Blue) = 222+201+154=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC99A is #213665. Grayscale: #CACACA. Windows color (decimal): -2176614 or 10144222. OLE color: 10144222.

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

Color convert

RGB 222 201 154 -
CMYK 0 0.09 0.31 0.13
HSL 41.47º 0.51% 0.74% -
HSV(B) 41.47º 0.31% 0.87% -
XYZ 56.84 59.64 39.09 -
YUV 201.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 222 201 154 0 0.09 0.31 0.13 41.47 0.51 0.74
Hex DE C9 9A 0 9 1F D 29 33 4A
Octal 336 311 232 0 11 37 15 51 63 112
Binary 11011110 11001001 10011010 0 1001 11111 1101 101001 110011 1001010

Color Harmonies of #DEC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC99A

Black with #DEC99A

Text Example


Text Example

White with #DEC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC99A; }

 p { color: rgb(222,201,154); }

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

background-color css

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

 a { background-color: rgb(222,201,154); }

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

border-color css

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

 span { border-color: rgb(222,201,154); }

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