Html Css Color HEX #DEA595 Rose

📋 copy color: '#DEA595'

red 222 ◦ green 165 ◦ blue 149

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

Shades of Rose #DEA595

Tints of Rose #DEA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.78%

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

R = 41.42%
G = 30.78%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEA595 (or 0xDEA595) is known color: Rose. HEX triplet: DE, A5 and 95. RGB value is (222,165,149). Sum of RGB (Red+Green+Blue) = 222+165+149=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA595 is #215A6A. Grayscale: #B4B4B4. Windows color (decimal): -2185835 or 9807326. OLE color: 9807326.

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

Color convert

RGB 222 165 149 -
CMYK 0 0.26 0.33 0.13
HSL 13.15º 0.53% 0.73% -
HSV(B) 13.15º 0.33% 0.87% -
XYZ 49 44.61 34.46 -
YUV 180.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 222 165 149 0 0.26 0.33 0.13 13.15 0.53 0.73
Hex DE A5 95 0 1A 21 D D 35 49
Octal 336 245 225 0 32 41 15 15 65 111
Binary 11011110 10100101 10010101 0 11010 100001 1101 1101 110101 1001001

Color Harmonies of #DEA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA595

Black with #DEA595

Text Example


Text Example

White with #DEA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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