Html Css Color HEX #DA8073 New York Pink

📋 copy color: '#DA8073'

red 218 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #DA8073

Tints of New York Pink #DA8073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.95%

R = 47.29%
G = 27.77%
B = 24.95%

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

#DA8073 (or 0xDA8073) is known color: New York Pink. HEX triplet: DA, 80 and 73. RGB value is (218,128,115). Sum of RGB (Red+Green+Blue) = 218+128+115=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8073 is #257F8C. Grayscale: #999999. Windows color (decimal): -2457485 or 7569626. OLE color: 7569626.

HSL color Cylindrical-coordinate representation of color #DA8073: hue angle of 7.57º 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 #DA8073 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 115 -
CMYK 0 0.41 0.47 0.15
HSL 7.57º 0.58% 0.65% -
HSV(B) 7.57º 0.47% 0.85% -
XYZ 39.73 31.58 20.22 -
YUV 153.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 218 128 115 0 0.41 0.47 0.15 7.57 0.58 0.65
Hex DA 80 73 0 29 2F F 8 3A 41
Octal 332 200 163 0 51 57 17 10 72 101
Binary 11011010 10000000 1110011 0 101001 101111 1111 1000 111010 1000001

Color Harmonies of #DA8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8073

Black with #DA8073

Text Example


Text Example

White with #DA8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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