Html Css Color HEX #DEA395 Rose

📋 copy color: '#DEA395'

red 222 ◦ green 163 ◦ blue 149

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

Shades of Rose #DEA395

Tints of Rose #DEA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.52%

 BLUE value IS 149 (58.59% from 255) = 27.9%

R = 41.57%
G = 30.52%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEA395 (or 0xDEA395) is known color: Rose. HEX triplet: DE, A3 and 95. RGB value is (222,163,149). Sum of RGB (Red+Green+Blue) = 222+163+149=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA395 is #215C6A. Grayscale: #B3B3B3. Windows color (decimal): -2186347 or 9806814. OLE color: 9806814.

HSL color Cylindrical-coordinate representation of color #DEA395: hue angle of 11.51º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA395 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 163 149 -
CMYK 0 0.27 0.33 0.13
HSL 11.51º 0.53% 0.73% -
HSV(B) 11.51º 0.33% 0.87% -
XYZ 48.65 43.89 34.34 -
YUV 179.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 222 163 149 0 0.27 0.33 0.13 11.51 0.53 0.73
Hex DE A3 95 0 1B 21 D C 35 49
Octal 336 243 225 0 33 41 15 14 65 111
Binary 11011110 10100011 10010101 0 11011 100001 1101 1100 110101 1001001

Color Harmonies of #DEA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA395

Black with #DEA395

Text Example


Text Example

White with #DEA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA395; }

 p { color: rgb(222,163,149); }

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

background-color css

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

 a { background-color: rgb(222,163,149); }

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

border-color css

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

 span { border-color: rgb(222,163,149); }

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