Html Css Color HEX #DCA38B Tonys Pink

📋 copy color: '#DCA38B'

red 220 ◦ green 163 ◦ blue 139

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

Shades of Tonys Pink #DCA38B

Tints of Tonys Pink #DCA38B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.23%

 BLUE value IS 139 (54.69% from 255) = 26.63%

R = 42.15%
G = 31.23%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCA38B (or 0xDCA38B) is known color: Tonys Pink. HEX triplet: DC, A3 and 8B. RGB value is (220,163,139). Sum of RGB (Red+Green+Blue) = 220+163+139=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA38B is #235C74. Grayscale: #B1B1B1. Windows color (decimal): -2317429 or 9151452. OLE color: 9151452.

HSL color Cylindrical-coordinate representation of color #DCA38B: hue angle of 17.78º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCA38B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 139 -
CMYK 0 0.26 0.37 0.14
HSL 17.78º 0.54% 0.7% -
HSV(B) 17.78º 0.37% 0.86% -
XYZ 47.27 43.27 30.29 -
YUV 177.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 220 163 139 0 0.26 0.37 0.14 17.78 0.54 0.7
Hex DC A3 8B 0 1A 25 E 12 36 46
Octal 334 243 213 0 32 45 16 22 66 106
Binary 11011100 10100011 10001011 0 11010 100101 1110 10010 110110 1000110

Color Harmonies of #DCA38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA38B

Black with #DCA38B

Text Example


Text Example

White with #DCA38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA38B; }

 p { color: rgb(220,163,139); }

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

background-color css

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

 a { background-color: rgb(220,163,139); }

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

border-color css

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

 span { border-color: rgb(220,163,139); }

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