Html Css Color HEX #DEA49B Rose

📋 copy color: '#DEA49B'

red 222 ◦ green 164 ◦ blue 155

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

Shades of Rose #DEA49B

Tints of Rose #DEA49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.65%

R = 41.04%
G = 30.31%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEA49B (or 0xDEA49B) is known color: Rose. HEX triplet: DE, A4 and 9B. RGB value is (222,164,155). Sum of RGB (Red+Green+Blue) = 222+164+155=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA49B is #215B64. Grayscale: #B4B4B4. Windows color (decimal): -2186085 or 10200286. OLE color: 10200286.

HSL color Cylindrical-coordinate representation of color #DEA49B: hue angle of 8.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA49B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 164 155 -
CMYK 0 0.26 0.30 0.13
HSL 8.06º 0.5% 0.74% -
HSV(B) 8.06º 0.3% 0.87% -
XYZ 49.32 44.45 36.99 -
YUV 180.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 222 164 155 0 0.26 0.30 0.13 8.06 0.5 0.74
Hex DE A4 9B 0 1A 1E D 8 32 4A
Octal 336 244 233 0 32 36 15 10 62 112
Binary 11011110 10100100 10011011 0 11010 11110 1101 1000 110010 1001010

Color Harmonies of #DEA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA49B

Black with #DEA49B

Text Example


Text Example

White with #DEA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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