Html Css Color HEX #DA8673 New York Pink

📋 copy color: '#DA8673'

red 218 ◦ green 134 ◦ blue 115

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

Shades of New York Pink #DA8673

Tints of New York Pink #DA8673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.69%

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

R = 46.68%
G = 28.69%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA8673 (or 0xDA8673) is known color: New York Pink. HEX triplet: DA, 86 and 73. RGB value is (218,134,115). Sum of RGB (Red+Green+Blue) = 218+134+115=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8673 is #25798C. Grayscale: #9D9D9D. Windows color (decimal): -2455949 or 7571162. OLE color: 7571162.

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

Color convert

RGB 218 134 115 -
CMYK 0 0.39 0.47 0.15
HSL 11.07º 0.58% 0.65% -
HSV(B) 11.07º 0.47% 0.85% -
XYZ 40.53 33.19 20.49 -
YUV 156.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 218 134 115 0 0.39 0.47 0.15 11.07 0.58 0.65
Hex DA 86 73 0 27 2F F B 3A 41
Octal 332 206 163 0 47 57 17 13 72 101
Binary 11011010 10000110 1110011 0 100111 101111 1111 1011 111010 1000001

Color Harmonies of #DA8673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8673

Black with #DA8673

Text Example


Text Example

White with #DA8673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8673; }

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

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

background-color css

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

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

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

border-color css

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

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

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