Html Css Color HEX #DEA295 Rose

📋 copy color: '#DEA295'

red 222 ◦ green 162 ◦ blue 149

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

Shades of Rose #DEA295

Tints of Rose #DEA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.39%

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

R = 41.65%
G = 30.39%
B = 27.95%

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

#DEA295 (or 0xDEA295) is known color: Rose. HEX triplet: DE, A2 and 95. RGB value is (222,162,149). Sum of RGB (Red+Green+Blue) = 222+162+149=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA295 is #215D6A. Grayscale: #B2B2B2. Windows color (decimal): -2186603 or 9806558. OLE color: 9806558.

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

Color convert

RGB 222 162 149 -
CMYK 0 0.27 0.33 0.13
HSL 10.68º 0.53% 0.73% -
HSV(B) 10.68º 0.33% 0.87% -
XYZ 48.47 43.54 34.28 -
YUV 178.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 222 162 149 0 0.27 0.33 0.13 10.68 0.53 0.73
Hex DE A2 95 0 1B 21 D B 35 49
Octal 336 242 225 0 33 41 15 13 65 111
Binary 11011110 10100010 10010101 0 11011 100001 1101 1011 110101 1001001

Color Harmonies of #DEA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA295

Black with #DEA295

Text Example


Text Example

White with #DEA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA295; }

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

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

background-color css

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

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

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

border-color css

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

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

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