Html Css Color HEX #DCA394 Rose

📋 copy color: '#DCA394'

red 220 ◦ green 163 ◦ blue 148

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

Shades of Rose #DCA394

Tints of Rose #DCA394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.87%

R = 41.43%
G = 30.7%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCA394 (or 0xDCA394) is known color: Rose. HEX triplet: DC, A3 and 94. RGB value is (220,163,148). Sum of RGB (Red+Green+Blue) = 220+163+148=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA394 is #235C6B. Grayscale: #B2B2B2. Windows color (decimal): -2317420 or 9741276. OLE color: 9741276.

HSL color Cylindrical-coordinate representation of color #DCA394: hue angle of 12.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA394 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 148 -
CMYK 0 0.26 0.33 0.14
HSL 12.5º 0.51% 0.72% -
HSV(B) 12.5º 0.33% 0.86% -
XYZ 47.96 43.55 33.89 -
YUV 178.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 220 163 148 0 0.26 0.33 0.14 12.5 0.51 0.72
Hex DC A3 94 0 1A 21 E C 33 48
Octal 334 243 224 0 32 41 16 14 63 110
Binary 11011100 10100011 10010100 0 11010 100001 1110 1100 110011 1001000

Color Harmonies of #DCA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA394

Black with #DCA394

Text Example


Text Example

White with #DCA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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