Html Css Color HEX #DCA090 Rose

📋 copy color: '#DCA090'

red 220 ◦ green 160 ◦ blue 144

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

Shades of Rose #DCA090

Tints of Rose #DCA090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.53%

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

R = 41.98%
G = 30.53%
B = 27.48%

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

#DCA090 (or 0xDCA090) is known color: Rose. HEX triplet: DC, A0 and 90. RGB value is (220,160,144). Sum of RGB (Red+Green+Blue) = 220+160+144=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA090 is #235F6F. Grayscale: #B0B0B0. Windows color (decimal): -2318192 or 9478364. OLE color: 9478364.

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

Color convert

RGB 220 160 144 -
CMYK 0 0.27 0.35 0.14
HSL 12.63º 0.52% 0.71% -
HSV(B) 12.63º 0.35% 0.86% -
XYZ 47.12 42.37 32.08 -
YUV 176.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 220 160 144 0 0.27 0.35 0.14 12.63 0.52 0.71
Hex DC A0 90 0 1B 23 E D 34 47
Octal 334 240 220 0 33 43 16 15 64 107
Binary 11011100 10100000 10010000 0 11011 100011 1110 1101 110100 1000111

Color Harmonies of #DCA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA090

Black with #DCA090

Text Example


Text Example

White with #DCA090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA090; }

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

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

background-color css

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

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

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

border-color css

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

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

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