Html Css Color HEX #DA8975 New York Pink

📋 copy color: '#DA8975'

red 218 ◦ green 137 ◦ blue 117

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

Shades of New York Pink #DA8975

Tints of New York Pink #DA8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.03%

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 46.19%
G = 29.03%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA8975 (or 0xDA8975) is known color: New York Pink. HEX triplet: DA, 89 and 75. RGB value is (218,137,117). Sum of RGB (Red+Green+Blue) = 218+137+117=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8975 is #25768A. Grayscale: #9F9F9F. Windows color (decimal): -2455179 or 7703002. OLE color: 7703002.

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

Color convert

RGB 218 137 117 -
CMYK 0 0.37 0.46 0.15
HSL 11.88º 0.58% 0.66% -
HSV(B) 11.88º 0.46% 0.85% -
XYZ 41.07 34.08 21.24 -
YUV 158.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 218 137 117 0 0.37 0.46 0.15 11.88 0.58 0.66
Hex DA 89 75 0 25 2E F C 3A 42
Octal 332 211 165 0 45 56 17 14 72 102
Binary 11011010 10001001 1110101 0 100101 101110 1111 1100 111010 1000010

Color Harmonies of #DA8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8975

Black with #DA8975

Text Example


Text Example

White with #DA8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8975; }

 p { color: rgb(218,137,117); }

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

background-color css

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

 a { background-color: rgb(218,137,117); }

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

border-color css

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

 span { border-color: rgb(218,137,117); }

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