Html Css Color HEX #DCA190 Rose

📋 copy color: '#DCA190'

red 220 ◦ green 161 ◦ blue 144

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

Shades of Rose #DCA190

Tints of Rose #DCA190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.43%

R = 41.9%
G = 30.67%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCA190 (or 0xDCA190) is known color: Rose. HEX triplet: DC, A1 and 90. RGB value is (220,161,144). Sum of RGB (Red+Green+Blue) = 220+161+144=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA190 is #235E6F. Grayscale: #B0B0B0. Windows color (decimal): -2317936 or 9478620. OLE color: 9478620.

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

Color convert

RGB 220 161 144 -
CMYK 0 0.27 0.35 0.14
HSL 13.42º 0.52% 0.71% -
HSV(B) 13.42º 0.35% 0.86% -
XYZ 47.29 42.72 32.14 -
YUV 176.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 220 161 144 0 0.27 0.35 0.14 13.42 0.52 0.71
Hex DC A1 90 0 1B 23 E D 34 47
Octal 334 241 220 0 33 43 16 15 64 107
Binary 11011100 10100001 10010000 0 11011 100011 1110 1101 110100 1000111

Color Harmonies of #DCA190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA190

Black with #DCA190

Text Example


Text Example

White with #DCA190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA190; }

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

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

background-color css

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

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

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

border-color css

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

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

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