Html Css Color HEX #DA8C77 New York Pink

📋 copy color: '#DA8C77'

red 218 ◦ green 140 ◦ blue 119

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

Shades of New York Pink #DA8C77

Tints of New York Pink #DA8C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 119 (46.88% from 255) = 24.95%

R = 45.7%
G = 29.35%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA8C77 (or 0xDA8C77) is known color: New York Pink. HEX triplet: DA, 8C and 77. RGB value is (218,140,119). Sum of RGB (Red+Green+Blue) = 218+140+119=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C77 is #257388. Grayscale: #A1A1A1. Windows color (decimal): -2454409 or 7834842. OLE color: 7834842.

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

Color convert

RGB 218 140 119 -
CMYK 0 0.36 0.45 0.15
HSL 12.73º 0.57% 0.66% -
HSV(B) 12.73º 0.45% 0.85% -
XYZ 41.62 34.99 22.01 -
YUV 160.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 218 140 119 0 0.36 0.45 0.15 12.73 0.57 0.66
Hex DA 8C 77 0 24 2D F D 39 42
Octal 332 214 167 0 44 55 17 15 71 102
Binary 11011010 10001100 1110111 0 100100 101101 1111 1101 111001 1000010

Color Harmonies of #DA8C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C77

Black with #DA8C77

Text Example


Text Example

White with #DA8C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C77; }

 p { color: rgb(218,140,119); }

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

background-color css

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

 a { background-color: rgb(218,140,119); }

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

border-color css

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

 span { border-color: rgb(218,140,119); }

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