Html Css Color HEX #DA8973 New York Pink

📋 copy color: '#DA8973'

red 218 ◦ green 137 ◦ blue 115

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

Shades of New York Pink #DA8973

Tints of New York Pink #DA8973

RGB

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

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

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

R = 46.38%
G = 29.15%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA8973 (or 0xDA8973) is known color: New York Pink. HEX triplet: DA, 89 and 73. RGB value is (218,137,115). Sum of RGB (Red+Green+Blue) = 218+137+115=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8973 is #25768C. Grayscale: #9E9E9E. Windows color (decimal): -2455181 or 7571930. OLE color: 7571930.

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

Color convert

RGB 218 137 115 -
CMYK 0 0.37 0.47 0.15
HSL 12.82º 0.58% 0.65% -
HSV(B) 12.82º 0.47% 0.85% -
XYZ 40.95 34.03 20.63 -
YUV 158.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 218 137 115 0 0.37 0.47 0.15 12.82 0.58 0.65
Hex DA 89 73 0 25 2F F D 3A 41
Octal 332 211 163 0 45 57 17 15 72 101
Binary 11011010 10001001 1110011 0 100101 101111 1111 1101 111010 1000001

Color Harmonies of #DA8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8973

Black with #DA8973

Text Example


Text Example

White with #DA8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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