Html Css Color HEX #DC8069 New York Pink

📋 copy color: '#DC8069'

red 220 ◦ green 128 ◦ blue 105

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

Shades of New York Pink #DC8069

Tints of New York Pink #DC8069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

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

R = 48.57%
G = 28.26%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC8069 (or 0xDC8069) is known color: New York Pink. HEX triplet: DC, 80 and 69. RGB value is (220,128,105). Sum of RGB (Red+Green+Blue) = 220+128+105=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8069 is #237F96. Grayscale: #999999. Windows color (decimal): -2326423 or 6914268. OLE color: 6914268.

HSL color Cylindrical-coordinate representation of color #DC8069: hue angle of 12º 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 #DC8069 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 105 -
CMYK 0 0.42 0.52 0.14
HSL 12º 0.62% 0.64% -
HSV(B) 12º 0.52% 0.86% -
XYZ 39.78 31.67 17.38 -
YUV 152.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 220 128 105 0 0.42 0.52 0.14 12 0.62 0.64
Hex DC 80 69 0 2A 34 E C 3E 40
Octal 334 200 151 0 52 64 16 14 76 100
Binary 11011100 10000000 1101001 0 101010 110100 1110 1100 111110 1000000

Color Harmonies of #DC8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8069

Black with #DC8069

Text Example


Text Example

White with #DC8069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8069; }

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

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

background-color css

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

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

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

border-color css

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

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

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