Html Css Color HEX #DCAB95 Rose

📋 copy color: '#DCAB95'

red 220 ◦ green 171 ◦ blue 149

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

Shades of Rose #DCAB95

Tints of Rose #DCAB95

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.67%

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

R = 40.74%
G = 31.67%
B = 27.59%

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

#DCAB95 (or 0xDCAB95) is known color: Rose. HEX triplet: DC, AB and 95. RGB value is (220,171,149). Sum of RGB (Red+Green+Blue) = 220+171+149=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB95 is #23546A. Grayscale: #B7B7B7. Windows color (decimal): -2315371 or 9808860. OLE color: 9808860.

HSL color Cylindrical-coordinate representation of color #DCAB95: hue angle of 18.59º 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 #DCAB95 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 149 -
CMYK 0 0.22 0.32 0.14
HSL 18.59º 0.5% 0.72% -
HSV(B) 18.59º 0.32% 0.86% -
XYZ 49.5 46.51 34.8 -
YUV 183.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 220 171 149 0 0.22 0.32 0.14 18.59 0.5 0.72
Hex DC AB 95 0 16 20 E 13 32 48
Octal 334 253 225 0 26 40 16 23 62 110
Binary 11011100 10101011 10010101 0 10110 100000 1110 10011 110010 1001000

Color Harmonies of #DCAB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB95

Black with #DCAB95

Text Example


Text Example

White with #DCAB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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