Html Css Color HEX #DC8A72 New York Pink

📋 copy color: '#DC8A72'

red 220 ◦ green 138 ◦ blue 114

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

Shades of New York Pink #DC8A72

Tints of New York Pink #DC8A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 46.61%
G = 29.24%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC8A72 (or 0xDC8A72) is known color: New York Pink. HEX triplet: DC, 8A and 72. RGB value is (220,138,114). Sum of RGB (Red+Green+Blue) = 220+138+114=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A72 is #23758D. Grayscale: #9F9F9F. Windows color (decimal): -2323854 or 7506652. OLE color: 7506652.

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

Color convert

RGB 220 138 114 -
CMYK 0 0.37 0.48 0.14
HSL 13.58º 0.6% 0.65% -
HSV(B) 13.58º 0.48% 0.86% -
XYZ 41.64 34.61 20.4 -
YUV 159.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 220 138 114 0 0.37 0.48 0.14 13.58 0.6 0.65
Hex DC 8A 72 0 25 30 E E 3C 41
Octal 334 212 162 0 45 60 16 16 74 101
Binary 11011100 10001010 1110010 0 100101 110000 1110 1110 111100 1000001

Color Harmonies of #DC8A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A72

Black with #DC8A72

Text Example


Text Example

White with #DC8A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A72; }

 p { color: rgb(220,138,114); }

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

background-color css

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

 a { background-color: rgb(220,138,114); }

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

border-color css

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

 span { border-color: rgb(220,138,114); }

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