Html Css Color HEX #DEA890 Rose

📋 copy color: '#DEA890'

red 222 ◦ green 168 ◦ blue 144

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

Shades of Rose #DEA890

Tints of Rose #DEA890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.46%

 BLUE value IS 144 (56.64% from 255) = 26.97%

R = 41.57%
G = 31.46%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DEA890 (or 0xDEA890) is known color: Rose. HEX triplet: DE, A8 and 90. RGB value is (222,168,144). Sum of RGB (Red+Green+Blue) = 222+168+144=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA890 is #21576F. Grayscale: #B5B5B5. Windows color (decimal): -2185072 or 9480414. OLE color: 9480414.

HSL color Cylindrical-coordinate representation of color #DEA890: hue angle of 18.46º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA890 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 168 144 -
CMYK 0 0.24 0.35 0.13
HSL 18.46º 0.54% 0.72% -
HSV(B) 18.46º 0.35% 0.87% -
XYZ 49.16 45.55 32.59 -
YUV 181.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 222 168 144 0 0.24 0.35 0.13 18.46 0.54 0.72
Hex DE A8 90 0 18 23 D 12 36 48
Octal 336 250 220 0 30 43 15 22 66 110
Binary 11011110 10101000 10010000 0 11000 100011 1101 10010 110110 1001000

Color Harmonies of #DEA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA890

Black with #DEA890

Text Example


Text Example

White with #DEA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA890; }

 p { color: rgb(222,168,144); }

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

background-color css

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

 a { background-color: rgb(222,168,144); }

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

border-color css

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

 span { border-color: rgb(222,168,144); }

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