Html Css Color HEX #DEA594 Rose

📋 copy color: '#DEA594'

red 222 ◦ green 165 ◦ blue 148

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

Shades of Rose #DEA594

Tints of Rose #DEA594

RGB

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

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

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

R = 41.5%
G = 30.84%
B = 27.66%

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

#DEA594 (or 0xDEA594) is known color: Rose. HEX triplet: DE, A5 and 94. RGB value is (222,165,148). Sum of RGB (Red+Green+Blue) = 222+165+148=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA594 is #215A6B. Grayscale: #B4B4B4. Windows color (decimal): -2185836 or 9741790. OLE color: 9741790.

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

Color convert

RGB 222 165 148 -
CMYK 0 0.26 0.33 0.13
HSL 13.78º 0.53% 0.73% -
HSV(B) 13.78º 0.33% 0.87% -
XYZ 48.92 44.58 34.04 -
YUV 180.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 222 165 148 0 0.26 0.33 0.13 13.78 0.53 0.73
Hex DE A5 94 0 1A 21 D E 35 49
Octal 336 245 224 0 32 41 15 16 65 111
Binary 11011110 10100101 10010100 0 11010 100001 1101 1110 110101 1001001

Color Harmonies of #DEA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA594

Black with #DEA594

Text Example


Text Example

White with #DEA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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