Html Css Color HEX #DEC5A5 Raffia

📋 copy color: '#DEC5A5'

red 222 ◦ green 197 ◦ blue 165

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

Shades of Raffia #DEC5A5

Tints of Raffia #DEC5A5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.73%

 BLUE value IS 165 (64.84% from 255) = 28.25%

R = 38.01%
G = 33.73%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DEC5A5 (or 0xDEC5A5) is known color: Raffia. HEX triplet: DE, C5 and A5. RGB value is (222,197,165). Sum of RGB (Red+Green+Blue) = 222+197+165=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC5A5 is #213A5A. Grayscale: #C8C8C8. Windows color (decimal): -2177627 or 10864094. OLE color: 10864094.

HSL color Cylindrical-coordinate representation of color #DEC5A5: hue angle of 33.68º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEC5A5 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 197 165 -
CMYK 0 0.11 0.26 0.13
HSL 33.68º 0.46% 0.76% -
HSV(B) 33.68º 0.26% 0.87% -
XYZ 56.88 58.18 43.83 -
YUV 200.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 222 197 165 0 0.11 0.26 0.13 33.68 0.46 0.76
Hex DE C5 A5 0 B 1A D 22 2E 4C
Octal 336 305 245 0 13 32 15 42 56 114
Binary 11011110 11000101 10100101 0 1011 11010 1101 100010 101110 1001100

Color Harmonies of #DEC5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC5A5

Black with #DEC5A5

Text Example


Text Example

White with #DEC5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC5A5; }

 p { color: rgb(222,197,165); }

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

background-color css

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

 a { background-color: rgb(222,197,165); }

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

border-color css

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

 span { border-color: rgb(222,197,165); }

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