Html Css Color HEX #D18077 New York Pink

📋 copy color: '#D18077'

red 209 ◦ green 128 ◦ blue 119

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

Shades of New York Pink #D18077

Tints of New York Pink #D18077

RGB

 RED value IS 209 (82.03% from 255) = 45.83%

 GREEN value IS 128 (50.39% from 255) = 28.07%

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

R = 45.83%
G = 28.07%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D18077 (or 0xD18077) is known color: New York Pink. HEX triplet: D1, 80 and 77. RGB value is (209,128,119). Sum of RGB (Red+Green+Blue) = 209+128+119=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D18077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18077 is #2E7F88. Grayscale: #979797. Windows color (decimal): -3047305 or 7831761. OLE color: 7831761.

HSL color Cylindrical-coordinate representation of color #D18077: hue angle of 6º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D18077 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 128 119 -
CMYK 0 0.39 0.43 0.18
HSL 0.49% 0.64% -
HSV(B) 0.43% 0.82% -
XYZ 37.34 30.33 21.34 -
YUV 151.19 109.84 169.23 -
System Red Green Blue C M Y K H S L
Decimal 209 128 119 0 0.39 0.43 0.18 6 0.49 0.64
Hex D1 80 77 0 27 2B 12 6 31 40
Octal 321 200 167 0 47 53 22 6 61 100
Binary 11010001 10000000 1110111 0 100111 101011 10010 110 110001 1000000

Color Harmonies of #D18077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18077

Black with #D18077

Text Example


Text Example

White with #D18077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18077; }

 p { color: rgb(209,128,119); }

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

background-color css

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

 a { background-color: rgb(209,128,119); }

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

border-color css

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

 span { border-color: rgb(209,128,119); }

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