Html Css Color HEX #DEA392 Rose

📋 copy color: '#DEA392'

red 222 ◦ green 163 ◦ blue 146

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

Shades of Rose #DEA392

Tints of Rose #DEA392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.5%

R = 41.81%
G = 30.7%
B = 27.5%

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

#DEA392 (or 0xDEA392) is known color: Rose. HEX triplet: DE, A3 and 92. RGB value is (222,163,146). Sum of RGB (Red+Green+Blue) = 222+163+146=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA392 is #215C6D. Grayscale: #B2B2B2. Windows color (decimal): -2186350 or 9610206. OLE color: 9610206.

HSL color Cylindrical-coordinate representation of color #DEA392: hue angle of 13.42º degrees, saturation: 0.54, 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 #DEA392 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 163 146 -
CMYK 0 0.27 0.34 0.13
HSL 13.42º 0.54% 0.72% -
HSV(B) 13.42º 0.34% 0.87% -
XYZ 48.41 43.8 33.1 -
YUV 178.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 222 163 146 0 0.27 0.34 0.13 13.42 0.54 0.72
Hex DE A3 92 0 1B 22 D D 36 48
Octal 336 243 222 0 33 42 15 15 66 110
Binary 11011110 10100011 10010010 0 11011 100010 1101 1101 110110 1001000

Color Harmonies of #DEA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA392

Black with #DEA392

Text Example


Text Example

White with #DEA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA392; }

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

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

background-color css

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

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

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

border-color css

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

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

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