Html Css Color HEX #DCAC95 Rose

📋 copy color: '#DCAC95'

red 220 ◦ green 172 ◦ blue 149

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

Shades of Rose #DCAC95

Tints of Rose #DCAC95

RGB

 RED value IS 220 (86.33% from 255) = 40.67%

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

 BLUE value IS 149 (58.59% from 255) = 27.54%

R = 40.67%
G = 31.79%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCAC95 (or 0xDCAC95) is known color: Rose. HEX triplet: DC, AC and 95. RGB value is (220,172,149). Sum of RGB (Red+Green+Blue) = 220+172+149=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC95 is #23536A. Grayscale: #B7B7B7. Windows color (decimal): -2315115 or 9809116. OLE color: 9809116.

HSL color Cylindrical-coordinate representation of color #DCAC95: hue angle of 19.44º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAC95 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 149 -
CMYK 0 0.22 0.32 0.14
HSL 19.44º 0.5% 0.72% -
HSV(B) 19.44º 0.32% 0.86% -
XYZ 49.69 46.89 34.87 -
YUV 183.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 220 172 149 0 0.22 0.32 0.14 19.44 0.5 0.72
Hex DC AC 95 0 16 20 E 13 32 48
Octal 334 254 225 0 26 40 16 23 62 110
Binary 11011100 10101100 10010101 0 10110 100000 1110 10011 110010 1001000

Color Harmonies of #DCAC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC95

Black with #DCAC95

Text Example


Text Example

White with #DCAC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC95; }

 p { color: rgb(220,172,149); }

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

background-color css

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

 a { background-color: rgb(220,172,149); }

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

border-color css

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

 span { border-color: rgb(220,172,149); }

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