Html Css Color HEX #DCA596 Rose

📋 copy color: '#DCA596'

red 220 ◦ green 165 ◦ blue 150

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

Shades of Rose #DCA596

Tints of Rose #DCA596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.84%

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

R = 41.12%
G = 30.84%
B = 28.04%

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

#DCA596 (or 0xDCA596) is known color: Rose. HEX triplet: DC, A5 and 96. RGB value is (220,165,150). Sum of RGB (Red+Green+Blue) = 220+165+150=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA596 is #235A69. Grayscale: #B3B3B3. Windows color (decimal): -2316906 or 9872860. OLE color: 9872860.

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

Color convert

RGB 220 165 150 -
CMYK 0 0.25 0.32 0.14
HSL 12.86º 0.5% 0.73% -
HSV(B) 12.86º 0.32% 0.86% -
XYZ 48.48 44.33 34.86 -
YUV 179.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 220 165 150 0 0.25 0.32 0.14 12.86 0.5 0.73
Hex DC A5 96 0 19 20 E D 32 49
Octal 334 245 226 0 31 40 16 15 62 111
Binary 11011100 10100101 10010110 0 11001 100000 1110 1101 110010 1001001

Color Harmonies of #DCA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA596

Black with #DCA596

Text Example


Text Example

White with #DCA596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA596; }

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

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

background-color css

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

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

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

border-color css

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

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

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