Html Css Color HEX #DCA19B Rose

📋 copy color: '#DCA19B'

red 220 ◦ green 161 ◦ blue 155

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

Shades of Rose #DCA19B

Tints of Rose #DCA19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.04%

 BLUE value IS 155 (60.94% from 255) = 28.92%

R = 41.04%
G = 30.04%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCA19B (or 0xDCA19B) is known color: Rose. HEX triplet: DC, A1 and 9B. RGB value is (220,161,155). Sum of RGB (Red+Green+Blue) = 220+161+155=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA19B is #235E64. Grayscale: #B2B2B2. Windows color (decimal): -2317925 or 10199516. OLE color: 10199516.

HSL color Cylindrical-coordinate representation of color #DCA19B: hue angle of 5.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA19B is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 161 155 -
CMYK 0 0.27 0.30 0.14
HSL 5.54º 0.48% 0.74% -
HSV(B) 5.54º 0.3% 0.86% -
XYZ 48.18 43.07 36.78 -
YUV 177.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 220 161 155 0 0.27 0.30 0.14 5.54 0.48 0.74
Hex DC A1 9B 0 1B 1E E 6 30 4A
Octal 334 241 233 0 33 36 16 6 60 112
Binary 11011100 10100001 10011011 0 11011 11110 1110 110 110000 1001010

Color Harmonies of #DCA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA19B

Black with #DCA19B

Text Example


Text Example

White with #DCA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA19B; }

 p { color: rgb(220,161,155); }

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

background-color css

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

 a { background-color: rgb(220,161,155); }

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

border-color css

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

 span { border-color: rgb(220,161,155); }

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