Html Css Color HEX #DEA393 Rose

📋 copy color: '#DEA393'

red 222 ◦ green 163 ◦ blue 147

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

Shades of Rose #DEA393

Tints of Rose #DEA393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 41.73%
G = 30.64%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEA393 (or 0xDEA393) is known color: Rose. HEX triplet: DE, A3 and 93. RGB value is (222,163,147). Sum of RGB (Red+Green+Blue) = 222+163+147=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA393 is #215C6C. Grayscale: #B2B2B2. Windows color (decimal): -2186349 or 9675742. OLE color: 9675742.

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

Color convert

RGB 222 163 147 -
CMYK 0 0.27 0.34 0.13
HSL 12.8º 0.53% 0.72% -
HSV(B) 12.8º 0.34% 0.87% -
XYZ 48.49 43.83 33.51 -
YUV 178.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 222 163 147 0 0.27 0.34 0.13 12.8 0.53 0.72
Hex DE A3 93 0 1B 22 D D 35 48
Octal 336 243 223 0 33 42 15 15 65 110
Binary 11011110 10100011 10010011 0 11011 100010 1101 1101 110101 1001000

Color Harmonies of #DEA393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA393

Black with #DEA393

Text Example


Text Example

White with #DEA393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA393; }

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

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

background-color css

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

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

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

border-color css

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

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

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