Html Css Color HEX #DC766A New York Pink

📋 copy color: '#DC766A'

red 220 ◦ green 118 ◦ blue 106

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

Shades of New York Pink #DC766A

Tints of New York Pink #DC766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

 BLUE value IS 106 (41.8% from 255) = 23.87%

R = 49.55%
G = 26.58%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC766A (or 0xDC766A) is known color: New York Pink. HEX triplet: DC, 76 and 6A. RGB value is (220,118,106). Sum of RGB (Red+Green+Blue) = 220+118+106=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC766A is #238995. Grayscale: #939393. Windows color (decimal): -2328982 or 6977244. OLE color: 6977244.

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

Color convert

RGB 220 118 106 -
CMYK 0 0.46 0.52 0.14
HSL 6.32º 0.62% 0.64% -
HSV(B) 6.32º 0.52% 0.86% -
XYZ 38.6 29.21 17.24 -
YUV 147.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 220 118 106 0 0.46 0.52 0.14 6.32 0.62 0.64
Hex DC 76 6A 0 2E 34 E 6 3E 40
Octal 334 166 152 0 56 64 16 6 76 100
Binary 11011100 1110110 1101010 0 101110 110100 1110 110 111110 1000000

Color Harmonies of #DC766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC766A

Black with #DC766A

Text Example


Text Example

White with #DC766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC766A; }

 p { color: rgb(220,118,106); }

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

background-color css

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

 a { background-color: rgb(220,118,106); }

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

border-color css

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

 span { border-color: rgb(220,118,106); }

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