Html Css Color HEX #DA8772 New York Pink

📋 copy color: '#DA8772'

red 218 ◦ green 135 ◦ blue 114

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

Shades of New York Pink #DA8772

Tints of New York Pink #DA8772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.91%

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 46.68%
G = 28.91%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA8772 (or 0xDA8772) is known color: New York Pink. HEX triplet: DA, 87 and 72. RGB value is (218,135,114). Sum of RGB (Red+Green+Blue) = 218+135+114=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8772 is #25788D. Grayscale: #9D9D9D. Windows color (decimal): -2455694 or 7505882. OLE color: 7505882.

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

Color convert

RGB 218 135 114 -
CMYK 0 0.38 0.48 0.15
HSL 12.12º 0.58% 0.65% -
HSV(B) 12.12º 0.48% 0.85% -
XYZ 40.61 33.45 20.24 -
YUV 157.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 218 135 114 0 0.38 0.48 0.15 12.12 0.58 0.65
Hex DA 87 72 0 26 30 F C 3A 41
Octal 332 207 162 0 46 60 17 14 72 101
Binary 11011010 10000111 1110010 0 100110 110000 1111 1100 111010 1000001

Color Harmonies of #DA8772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8772

Black with #DA8772

Text Example


Text Example

White with #DA8772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8772; }

 p { color: rgb(218,135,114); }

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

background-color css

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

 a { background-color: rgb(218,135,114); }

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

border-color css

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

 span { border-color: rgb(218,135,114); }

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