Html Css Color HEX #DEA590 Rose

📋 copy color: '#DEA590'

red 222 ◦ green 165 ◦ blue 144

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

Shades of Rose #DEA590

Tints of Rose #DEA590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

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

R = 41.81%
G = 31.07%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DEA590 (or 0xDEA590) is known color: Rose. HEX triplet: DE, A5 and 90. RGB value is (222,165,144). Sum of RGB (Red+Green+Blue) = 222+165+144=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA590 is #215A6F. Grayscale: #B3B3B3. Windows color (decimal): -2185840 or 9479646. OLE color: 9479646.

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

Color convert

RGB 222 165 144 -
CMYK 0 0.26 0.35 0.13
HSL 16.15º 0.54% 0.72% -
HSV(B) 16.15º 0.35% 0.87% -
XYZ 48.61 44.45 32.4 -
YUV 179.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 222 165 144 0 0.26 0.35 0.13 16.15 0.54 0.72
Hex DE A5 90 0 1A 23 D 10 36 48
Octal 336 245 220 0 32 43 15 20 66 110
Binary 11011110 10100101 10010000 0 11010 100011 1101 10000 110110 1001000

Color Harmonies of #DEA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA590

Black with #DEA590

Text Example


Text Example

White with #DEA590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA590; }

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

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

background-color css

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

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

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

border-color css

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

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

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