Html Css Color HEX #DEA994 Rose

📋 copy color: '#DEA994'

red 222 ◦ green 169 ◦ blue 148

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

Shades of Rose #DEA994

Tints of Rose #DEA994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.35%

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

R = 41.19%
G = 31.35%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DEA994 (or 0xDEA994) is known color: Rose. HEX triplet: DE, A9 and 94. RGB value is (222,169,148). Sum of RGB (Red+Green+Blue) = 222+169+148=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA994 is #21566B. Grayscale: #B6B6B6. Windows color (decimal): -2184812 or 9742814. OLE color: 9742814.

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

Color convert

RGB 222 169 148 -
CMYK 0 0.24 0.33 0.13
HSL 17.03º 0.53% 0.73% -
HSV(B) 17.03º 0.33% 0.87% -
XYZ 49.66 46.04 34.29 -
YUV 182.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 222 169 148 0 0.24 0.33 0.13 17.03 0.53 0.73
Hex DE A9 94 0 18 21 D 11 35 49
Octal 336 251 224 0 30 41 15 21 65 111
Binary 11011110 10101001 10010100 0 11000 100001 1101 10001 110101 1001001

Color Harmonies of #DEA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA994

Black with #DEA994

Text Example


Text Example

White with #DEA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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