Html Css Color HEX #DEA197 Rose

📋 copy color: '#DEA197'

red 222 ◦ green 161 ◦ blue 151

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

Shades of Rose #DEA197

Tints of Rose #DEA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.15%

 BLUE value IS 151 (59.38% from 255) = 28.28%

R = 41.57%
G = 30.15%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEA197 (or 0xDEA197) is known color: Rose. HEX triplet: DE, A1 and 97. RGB value is (222,161,151). Sum of RGB (Red+Green+Blue) = 222+161+151=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA197 is #215E68. Grayscale: #B2B2B2. Windows color (decimal): -2186857 or 9937374. OLE color: 9937374.

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

Color convert

RGB 222 161 151 -
CMYK 0 0.27 0.32 0.13
HSL 8.45º 0.52% 0.73% -
HSV(B) 8.45º 0.32% 0.87% -
XYZ 48.45 43.25 35.07 -
YUV 178.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 222 161 151 0 0.27 0.32 0.13 8.45 0.52 0.73
Hex DE A1 97 0 1B 20 D 8 34 49
Octal 336 241 227 0 33 40 15 10 64 111
Binary 11011110 10100001 10010111 0 11011 100000 1101 1000 110100 1001001

Color Harmonies of #DEA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA197

Black with #DEA197

Text Example


Text Example

White with #DEA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA197; }

 p { color: rgb(222,161,151); }

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

background-color css

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

 a { background-color: rgb(222,161,151); }

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

border-color css

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

 span { border-color: rgb(222,161,151); }

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