Html Css Color HEX #DCA295 Rose

📋 copy color: '#DCA295'

red 220 ◦ green 162 ◦ blue 149

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

Shades of Rose #DCA295

Tints of Rose #DCA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.51%

 BLUE value IS 149 (58.59% from 255) = 28.06%

R = 41.43%
G = 30.51%
B = 28.06%

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

#DCA295 (or 0xDCA295) is known color: Rose. HEX triplet: DC, A2 and 95. RGB value is (220,162,149). Sum of RGB (Red+Green+Blue) = 220+162+149=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA295 is #235D6A. Grayscale: #B1B1B1. Windows color (decimal): -2317675 or 9806556. OLE color: 9806556.

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

Color convert

RGB 220 162 149 -
CMYK 0 0.26 0.32 0.14
HSL 10.99º 0.5% 0.72% -
HSV(B) 10.99º 0.32% 0.86% -
XYZ 47.86 43.23 34.25 -
YUV 177.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 220 162 149 0 0.26 0.32 0.14 10.99 0.5 0.72
Hex DC A2 95 0 1A 20 E B 32 48
Octal 334 242 225 0 32 40 16 13 62 110
Binary 11011100 10100010 10010101 0 11010 100000 1110 1011 110010 1001000

Color Harmonies of #DCA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA295

Black with #DCA295

Text Example


Text Example

White with #DCA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA295; }

 p { color: rgb(220,162,149); }

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

background-color css

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

 a { background-color: rgb(220,162,149); }

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

border-color css

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

 span { border-color: rgb(220,162,149); }

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