Html Css Color HEX #DC7C69 New York Pink

📋 copy color: '#DC7C69'

red 220 ◦ green 124 ◦ blue 105

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

Shades of New York Pink #DC7C69

Tints of New York Pink #DC7C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.62%

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

R = 49%
G = 27.62%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC7C69 (or 0xDC7C69) is known color: New York Pink. HEX triplet: DC, 7C and 69. RGB value is (220,124,105). Sum of RGB (Red+Green+Blue) = 220+124+105=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C69 is #238396. Grayscale: #969696. Windows color (decimal): -2327447 or 6913244. OLE color: 6913244.

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

Color convert

RGB 220 124 105 -
CMYK 0 0.44 0.52 0.14
HSL 9.91º 0.62% 0.64% -
HSV(B) 9.91º 0.52% 0.86% -
XYZ 39.27 30.65 17.21 -
YUV 150.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 220 124 105 0 0.44 0.52 0.14 9.91 0.62 0.64
Hex DC 7C 69 0 2C 34 E A 3E 40
Octal 334 174 151 0 54 64 16 12 76 100
Binary 11011100 1111100 1101001 0 101100 110100 1110 1010 111110 1000000

Color Harmonies of #DC7C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C69

Black with #DC7C69

Text Example


Text Example

White with #DC7C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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