Html Css Color HEX #DCAB96 Rose

📋 copy color: '#DCAB96'

red 220 ◦ green 171 ◦ blue 150

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

Shades of Rose #DCAB96

Tints of Rose #DCAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 40.67%
G = 31.61%
B = 27.73%

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

#DCAB96 (or 0xDCAB96) is known color: Rose. HEX triplet: DC, AB and 96. RGB value is (220,171,150). Sum of RGB (Red+Green+Blue) = 220+171+150=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB96 is #235469. Grayscale: #B7B7B7. Windows color (decimal): -2315370 or 9874396. OLE color: 9874396.

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

Color convert

RGB 220 171 150 -
CMYK 0 0.22 0.32 0.14
HSL 18º 0.5% 0.73% -
HSV(B) 18º 0.32% 0.86% -
XYZ 49.58 46.54 35.22 -
YUV 183.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 220 171 150 0 0.22 0.32 0.14 18 0.5 0.73
Hex DC AB 96 0 16 20 E 12 32 49
Octal 334 253 226 0 26 40 16 22 62 111
Binary 11011100 10101011 10010110 0 10110 100000 1110 10010 110010 1001001

Color Harmonies of #DCAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB96

Black with #DCAB96

Text Example


Text Example

White with #DCAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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