Html Css Color HEX #DA8674 New York Pink

📋 copy color: '#DA8674'

red 218 ◦ green 134 ◦ blue 116

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

Shades of New York Pink #DA8674

Tints of New York Pink #DA8674

RGB

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

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

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

R = 46.58%
G = 28.63%
B = 24.79%

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

#DA8674 (or 0xDA8674) is known color: New York Pink. HEX triplet: DA, 86 and 74. RGB value is (218,134,116). Sum of RGB (Red+Green+Blue) = 218+134+116=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8674 is #25798B. Grayscale: #9D9D9D. Windows color (decimal): -2455948 or 7636698. OLE color: 7636698.

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

Color convert

RGB 218 134 116 -
CMYK 0 0.39 0.47 0.15
HSL 10.59º 0.58% 0.65% -
HSV(B) 10.59º 0.47% 0.85% -
XYZ 40.59 33.22 20.8 -
YUV 157.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 218 134 116 0 0.39 0.47 0.15 10.59 0.58 0.65
Hex DA 86 74 0 27 2F F B 3A 41
Octal 332 206 164 0 47 57 17 13 72 101
Binary 11011010 10000110 1110100 0 100111 101111 1111 1011 111010 1000001

Color Harmonies of #DA8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8674

Black with #DA8674

Text Example


Text Example

White with #DA8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8674; }

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

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

background-color css

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

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

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

border-color css

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

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

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