Html Css Color HEX #DC897A New York Pink

📋 copy color: '#DC897A'

red 220 ◦ green 137 ◦ blue 122

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

Shades of New York Pink #DC897A

Tints of New York Pink #DC897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.6%

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 45.93%
G = 28.6%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC897A (or 0xDC897A) is known color: New York Pink. HEX triplet: DC, 89 and 7A. RGB value is (220,137,122). Sum of RGB (Red+Green+Blue) = 220+137+122=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC897A is #237685. Grayscale: #A0A0A0. Windows color (decimal): -2324102 or 8030684. OLE color: 8030684.

HSL color Cylindrical-coordinate representation of color #DC897A: hue angle of 9.18º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC897A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 122 -
CMYK 0 0.38 0.45 0.14
HSL 9.18º 0.58% 0.67% -
HSV(B) 9.18º 0.45% 0.86% -
XYZ 41.97 34.51 22.86 -
YUV 160.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 220 137 122 0 0.38 0.45 0.14 9.18 0.58 0.67
Hex DC 89 7A 0 26 2D E 9 3A 43
Octal 334 211 172 0 46 55 16 11 72 103
Binary 11011100 10001001 1111010 0 100110 101101 1110 1001 111010 1000011

Color Harmonies of #DC897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC897A

Black with #DC897A

Text Example


Text Example

White with #DC897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC897A; }

 p { color: rgb(220,137,122); }

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

background-color css

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

 a { background-color: rgb(220,137,122); }

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

border-color css

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

 span { border-color: rgb(220,137,122); }

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