Html Css Color HEX #DCA996 Rose

📋 copy color: '#DCA996'

red 220 ◦ green 169 ◦ blue 150

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

Shades of Rose #DCA996

Tints of Rose #DCA996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.35%

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

R = 40.82%
G = 31.35%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCA996 (or 0xDCA996) is known color: Rose. HEX triplet: DC, A9 and 96. RGB value is (220,169,150). Sum of RGB (Red+Green+Blue) = 220+169+150=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA996 is #235669. Grayscale: #B6B6B6. Windows color (decimal): -2315882 or 9873884. OLE color: 9873884.

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

Color convert

RGB 220 169 150 -
CMYK 0 0.23 0.32 0.14
HSL 16.29º 0.5% 0.73% -
HSV(B) 16.29º 0.32% 0.86% -
XYZ 49.21 45.79 35.1 -
YUV 182.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 220 169 150 0 0.23 0.32 0.14 16.29 0.5 0.73
Hex DC A9 96 0 17 20 E 10 32 49
Octal 334 251 226 0 27 40 16 20 62 111
Binary 11011100 10101001 10010110 0 10111 100000 1110 10000 110010 1001001

Color Harmonies of #DCA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA996

Black with #DCA996

Text Example


Text Example

White with #DCA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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