Html Css Color HEX #DCA496 Rose

📋 copy color: '#DCA496'

red 220 ◦ green 164 ◦ blue 150

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

Shades of Rose #DCA496

Tints of Rose #DCA496

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.71%

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

R = 41.2%
G = 30.71%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCA496 (or 0xDCA496) is known color: Rose. HEX triplet: DC, A4 and 96. RGB value is (220,164,150). Sum of RGB (Red+Green+Blue) = 220+164+150=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA496 is #235B69. Grayscale: #B3B3B3. Windows color (decimal): -2317162 or 9872604. OLE color: 9872604.

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

Color convert

RGB 220 164 150 -
CMYK 0 0.25 0.32 0.14
HSL 12º 0.5% 0.73% -
HSV(B) 12º 0.32% 0.86% -
XYZ 48.3 43.97 34.8 -
YUV 179.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 220 164 150 0 0.25 0.32 0.14 12 0.5 0.73
Hex DC A4 96 0 19 20 E C 32 49
Octal 334 244 226 0 31 40 16 14 62 111
Binary 11011100 10100100 10010110 0 11001 100000 1110 1100 110010 1001001

Color Harmonies of #DCA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA496

Black with #DCA496

Text Example


Text Example

White with #DCA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA496; }

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

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

background-color css

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

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

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

border-color css

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

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

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