Html Css Color HEX #DCA991 Rose

📋 copy color: '#DCA991'

red 220 ◦ green 169 ◦ blue 145

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

Shades of Rose #DCA991

Tints of Rose #DCA991

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

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

R = 41.2%
G = 31.65%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCA991 (or 0xDCA991) is known color: Rose. HEX triplet: DC, A9 and 91. RGB value is (220,169,145). Sum of RGB (Red+Green+Blue) = 220+169+145=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA991 is #23566E. Grayscale: #B5B5B5. Windows color (decimal): -2315887 or 9546204. OLE color: 9546204.

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

Color convert

RGB 220 169 145 -
CMYK 0 0.23 0.34 0.14
HSL 19.2º 0.52% 0.72% -
HSV(B) 19.2º 0.34% 0.86% -
XYZ 48.81 45.64 33.02 -
YUV 181.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 220 169 145 0 0.23 0.34 0.14 19.2 0.52 0.72
Hex DC A9 91 0 17 22 E 13 34 48
Octal 334 251 221 0 27 42 16 23 64 110
Binary 11011100 10101001 10010001 0 10111 100010 1110 10011 110100 1001000

Color Harmonies of #DCA991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA991

Black with #DCA991

Text Example


Text Example

White with #DCA991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA991; }

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

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

background-color css

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

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

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

border-color css

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

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

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