Html Css Color HEX #DEAC93 Rose

📋 copy color: '#DEAC93'

red 222 ◦ green 172 ◦ blue 147

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

Shades of Rose #DEAC93

Tints of Rose #DEAC93

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.79%

 BLUE value IS 147 (57.81% from 255) = 27.17%

R = 41.04%
G = 31.79%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEAC93 (or 0xDEAC93) is known color: Rose. HEX triplet: DE, AC and 93. RGB value is (222,172,147). Sum of RGB (Red+Green+Blue) = 222+172+147=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC93 is #21536C. Grayscale: #B8B8B8. Windows color (decimal): -2184045 or 9678046. OLE color: 9678046.

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

Color convert

RGB 222 172 147 -
CMYK 0 0.23 0.34 0.13
HSL 20º 0.53% 0.72% -
HSV(B) 20º 0.34% 0.87% -
XYZ 50.14 47.14 34.06 -
YUV 184.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 222 172 147 0 0.23 0.34 0.13 20 0.53 0.72
Hex DE AC 93 0 17 22 D 14 35 48
Octal 336 254 223 0 27 42 15 24 65 110
Binary 11011110 10101100 10010011 0 10111 100010 1101 10100 110101 1001000

Color Harmonies of #DEAC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC93

Black with #DEAC93

Text Example


Text Example

White with #DEAC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC93; }

 p { color: rgb(222,172,147); }

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

background-color css

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

 a { background-color: rgb(222,172,147); }

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

border-color css

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

 span { border-color: rgb(222,172,147); }

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