Html Css Color HEX #DC7869 New York Pink

📋 copy color: '#DC7869'

red 220 ◦ green 120 ◦ blue 105

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

Shades of New York Pink #DC7869

Tints of New York Pink #DC7869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.97%

 BLUE value IS 105 (41.41% from 255) = 23.6%

R = 49.44%
G = 26.97%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC7869 (or 0xDC7869) is known color: New York Pink. HEX triplet: DC, 78 and 69. RGB value is (220,120,105). Sum of RGB (Red+Green+Blue) = 220+120+105=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7869 is #238796. Grayscale: #949494. Windows color (decimal): -2328471 or 6912220. OLE color: 6912220.

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

Color convert

RGB 220 120 105 -
CMYK 0 0.45 0.52 0.14
HSL 7.83º 0.62% 0.64% -
HSV(B) 7.83º 0.52% 0.86% -
XYZ 38.78 29.67 17.05 -
YUV 148.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 220 120 105 0 0.45 0.52 0.14 7.83 0.62 0.64
Hex DC 78 69 0 2D 34 E 8 3E 40
Octal 334 170 151 0 55 64 16 10 76 100
Binary 11011100 1111000 1101001 0 101101 110100 1110 1000 111110 1000000

Color Harmonies of #DC7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7869

Black with #DC7869

Text Example


Text Example

White with #DC7869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7869; }

 p { color: rgb(220,120,105); }

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

background-color css

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

 a { background-color: rgb(220,120,105); }

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

border-color css

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

 span { border-color: rgb(220,120,105); }

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