Html Css Color HEX #DEA495 Rose

📋 copy color: '#DEA495'

red 222 ◦ green 164 ◦ blue 149

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

Shades of Rose #DEA495

Tints of Rose #DEA495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.65%

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

R = 41.5%
G = 30.65%
B = 27.85%

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

#DEA495 (or 0xDEA495) is known color: Rose. HEX triplet: DE, A4 and 95. RGB value is (222,164,149). Sum of RGB (Red+Green+Blue) = 222+164+149=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA495 is #215B6A. Grayscale: #B3B3B3. Windows color (decimal): -2186091 or 9807070. OLE color: 9807070.

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

Color convert

RGB 222 164 149 -
CMYK 0 0.26 0.33 0.13
HSL 12.33º 0.53% 0.73% -
HSV(B) 12.33º 0.33% 0.87% -
XYZ 48.82 44.25 34.4 -
YUV 179.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 222 164 149 0 0.26 0.33 0.13 12.33 0.53 0.73
Hex DE A4 95 0 1A 21 D C 35 49
Octal 336 244 225 0 32 41 15 14 65 111
Binary 11011110 10100100 10010101 0 11010 100001 1101 1100 110101 1001001

Color Harmonies of #DEA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA495

Black with #DEA495

Text Example


Text Example

White with #DEA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA495; }

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

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

background-color css

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

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

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

border-color css

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

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

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