Html Css Color HEX #DEA494 Rose

📋 copy color: '#DEA494'

red 222 ◦ green 164 ◦ blue 148

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

Shades of Rose #DEA494

Tints of Rose #DEA494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 41.57%
G = 30.71%
B = 27.72%

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

#DEA494 (or 0xDEA494) is known color: Rose. HEX triplet: DE, A4 and 94. RGB value is (222,164,148). Sum of RGB (Red+Green+Blue) = 222+164+148=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA494 is #215B6B. Grayscale: #B3B3B3. Windows color (decimal): -2186092 or 9741534. OLE color: 9741534.

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

Color convert

RGB 222 164 148 -
CMYK 0 0.26 0.33 0.13
HSL 12.97º 0.53% 0.73% -
HSV(B) 12.97º 0.33% 0.87% -
XYZ 48.74 44.22 33.98 -
YUV 179.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 222 164 148 0 0.26 0.33 0.13 12.97 0.53 0.73
Hex DE A4 94 0 1A 21 D D 35 49
Octal 336 244 224 0 32 41 15 15 65 111
Binary 11011110 10100100 10010100 0 11010 100001 1101 1101 110101 1001001

Color Harmonies of #DEA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA494

Black with #DEA494

Text Example


Text Example

White with #DEA494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA494; }

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

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

background-color css

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

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

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

border-color css

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

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

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