Html Css Color HEX #DC7A6F New York Pink

📋 copy color: '#DC7A6F'

red 220 ◦ green 122 ◦ blue 111

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

Shades of New York Pink #DC7A6F

Tints of New York Pink #DC7A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.93%

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 48.57%
G = 26.93%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC7A6F (or 0xDC7A6F) is known color: New York Pink. HEX triplet: DC, 7A and 6F. RGB value is (220,122,111). Sum of RGB (Red+Green+Blue) = 220+122+111=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A6F is #238590. Grayscale: #969696. Windows color (decimal): -2327953 or 7305948. OLE color: 7305948.

HSL color Cylindrical-coordinate representation of color #DC7A6F: hue angle of 6.06º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7A6F is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 111 -
CMYK 0 0.45 0.50 0.14
HSL 6.06º 0.61% 0.65% -
HSV(B) 6.06º 0.5% 0.86% -
XYZ 39.34 30.28 18.81 -
YUV 150.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 220 122 111 0 0.45 0.50 0.14 6.06 0.61 0.65
Hex DC 7A 6F 0 2D 32 E 6 3D 41
Octal 334 172 157 0 55 62 16 6 75 101
Binary 11011100 1111010 1101111 0 101101 110010 1110 110 111101 1000001

Color Harmonies of #DC7A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A6F

Black with #DC7A6F

Text Example


Text Example

White with #DC7A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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