Html Css Color HEX #DCA396 Rose

📋 copy color: '#DCA396'

red 220 ◦ green 163 ◦ blue 150

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

Shades of Rose #DCA396

Tints of Rose #DCA396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.58%

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

R = 41.28%
G = 30.58%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCA396 (or 0xDCA396) is known color: Rose. HEX triplet: DC, A3 and 96. RGB value is (220,163,150). Sum of RGB (Red+Green+Blue) = 220+163+150=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA396 is #235C69. Grayscale: #B2B2B2. Windows color (decimal): -2317418 or 9872348. OLE color: 9872348.

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

Color convert

RGB 220 163 150 -
CMYK 0 0.26 0.32 0.14
HSL 11.14º 0.5% 0.73% -
HSV(B) 11.14º 0.32% 0.86% -
XYZ 48.12 43.61 34.74 -
YUV 178.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 220 163 150 0 0.26 0.32 0.14 11.14 0.5 0.73
Hex DC A3 96 0 1A 20 E B 32 49
Octal 334 243 226 0 32 40 16 13 62 111
Binary 11011100 10100011 10010110 0 11010 100000 1110 1011 110010 1001001

Color Harmonies of #DCA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA396

Black with #DCA396

Text Example


Text Example

White with #DCA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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