Html Css Color HEX #DCA08C Tonys Pink

📋 copy color: '#DCA08C'

red 220 ◦ green 160 ◦ blue 140

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

Shades of Tonys Pink #DCA08C

Tints of Tonys Pink #DCA08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.92%

R = 42.31%
G = 30.77%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCA08C (or 0xDCA08C) is known color: Tonys Pink. HEX triplet: DC, A0 and 8C. RGB value is (220,160,140). Sum of RGB (Red+Green+Blue) = 220+160+140=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA08C is #235F73. Grayscale: #AFAFAF. Windows color (decimal): -2318196 or 9216220. OLE color: 9216220.

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

Color convert

RGB 220 160 140 -
CMYK 0 0.27 0.36 0.14
HSL 15º 0.53% 0.71% -
HSV(B) 15º 0.36% 0.86% -
XYZ 46.82 42.25 30.5 -
YUV 175.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 220 160 140 0 0.27 0.36 0.14 15 0.53 0.71
Hex DC A0 8C 0 1B 24 E F 35 47
Octal 334 240 214 0 33 44 16 17 65 107
Binary 11011100 10100000 10001100 0 11011 100100 1110 1111 110101 1000111

Color Harmonies of #DCA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA08C

Black with #DCA08C

Text Example


Text Example

White with #DCA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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