Html Css Color HEX #DA786D New York Pink

📋 copy color: '#DA786D'

red 218 ◦ green 120 ◦ blue 109

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

Shades of New York Pink #DA786D

Tints of New York Pink #DA786D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 48.77%
G = 26.85%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA786D (or 0xDA786D) is known color: New York Pink. HEX triplet: DA, 78 and 6D. RGB value is (218,120,109). Sum of RGB (Red+Green+Blue) = 218+120+109=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA786D is #258792. Grayscale: #949494. Windows color (decimal): -2459539 or 7174362. OLE color: 7174362.

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

Color convert

RGB 218 120 109 -
CMYK 0 0.45 0.5 0.15
HSL 6.06º 0.6% 0.64% -
HSV(B) 6.06º 0.5% 0.85% -
XYZ 38.39 29.44 18.13 -
YUV 148.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 218 120 109 0 0.45 0.5 0.15 6.06 0.6 0.64
Hex DA 78 6D 0 2D 32 F 6 3C 40
Octal 332 170 155 0 55 62 17 6 74 100
Binary 11011010 1111000 1101101 0 101101 110010 1111 110 111100 1000000

Color Harmonies of #DA786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA786D

Black with #DA786D

Text Example


Text Example

White with #DA786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA786D; }

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

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

background-color css

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

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

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

border-color css

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

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

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