Html Css Color HEX #DA786F New York Pink

📋 copy color: '#DA786F'

red 218 ◦ green 120 ◦ blue 111

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

Shades of New York Pink #DA786F

Tints of New York Pink #DA786F

RGB

 RED value IS 218 (85.55% from 255) = 48.55%

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

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

R = 48.55%
G = 26.73%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA786F (or 0xDA786F) is known color: New York Pink. HEX triplet: DA, 78 and 6F. RGB value is (218,120,111). Sum of RGB (Red+Green+Blue) = 218+120+111=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA786F is #258790. Grayscale: #949494. Windows color (decimal): -2459537 or 7305434. OLE color: 7305434.

HSL color Cylindrical-coordinate representation of color #DA786F: hue angle of 5.05º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA786F is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 120 111 -
CMYK 0 0.45 0.49 0.15
HSL 5.05º 0.59% 0.65% -
HSV(B) 5.05º 0.49% 0.85% -
XYZ 38.5 29.49 18.7 -
YUV 148.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 218 120 111 0 0.45 0.49 0.15 5.05 0.59 0.65
Hex DA 78 6F 0 2D 31 F 5 3B 41
Octal 332 170 157 0 55 61 17 5 73 101
Binary 11011010 1111000 1101111 0 101101 110001 1111 101 111011 1000001

Color Harmonies of #DA786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA786F

Black with #DA786F

Text Example


Text Example

White with #DA786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA786F; }

 p { color: rgb(218,120,111); }

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

background-color css

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

 a { background-color: rgb(218,120,111); }

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

border-color css

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

 span { border-color: rgb(218,120,111); }

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