Html Css Color HEX #DA8074 New York Pink

📋 copy color: '#DA8074'

red 218 ◦ green 128 ◦ blue 116

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

Shades of New York Pink #DA8074

Tints of New York Pink #DA8074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 47.19%
G = 27.71%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA8074 (or 0xDA8074) is known color: New York Pink. HEX triplet: DA, 80 and 74. RGB value is (218,128,116). Sum of RGB (Red+Green+Blue) = 218+128+116=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8074 is #257F8B. Grayscale: #999999. Windows color (decimal): -2457484 or 7635162. OLE color: 7635162.

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

Color convert

RGB 218 128 116 -
CMYK 0 0.41 0.47 0.15
HSL 7.06º 0.58% 0.65% -
HSV(B) 7.06º 0.47% 0.85% -
XYZ 39.79 31.6 20.53 -
YUV 153.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 218 128 116 0 0.41 0.47 0.15 7.06 0.58 0.65
Hex DA 80 74 0 29 2F F 7 3A 41
Octal 332 200 164 0 51 57 17 7 72 101
Binary 11011010 10000000 1110100 0 101001 101111 1111 111 111010 1000001

Color Harmonies of #DA8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8074

Black with #DA8074

Text Example


Text Example

White with #DA8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8074; }

 p { color: rgb(218,128,116); }

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

background-color css

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

 a { background-color: rgb(218,128,116); }

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

border-color css

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

 span { border-color: rgb(218,128,116); }

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