Html Css Color HEX #DCA591 Rose

📋 copy color: '#DCA591'

red 220 ◦ green 165 ◦ blue 145

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

Shades of Rose #DCA591

Tints of Rose #DCA591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.36%

R = 41.51%
G = 31.13%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCA591 (or 0xDCA591) is known color: Rose. HEX triplet: DC, A5 and 91. RGB value is (220,165,145). Sum of RGB (Red+Green+Blue) = 220+165+145=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA591 is #235A6E. Grayscale: #B3B3B3. Windows color (decimal): -2316911 or 9545180. OLE color: 9545180.

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

Color convert

RGB 220 165 145 -
CMYK 0 0.25 0.34 0.14
HSL 16º 0.52% 0.72% -
HSV(B) 16º 0.34% 0.86% -
XYZ 48.08 44.17 32.78 -
YUV 179.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 220 165 145 0 0.25 0.34 0.14 16 0.52 0.72
Hex DC A5 91 0 19 22 E 10 34 48
Octal 334 245 221 0 31 42 16 20 64 110
Binary 11011100 10100101 10010001 0 11001 100010 1110 10000 110100 1001000

Color Harmonies of #DCA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA591

Black with #DCA591

Text Example


Text Example

White with #DCA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA591; }

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

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

background-color css

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

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

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

border-color css

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

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

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