Html Css Color HEX #D48777 New York Pink

📋 copy color: '#D48777'

red 212 ◦ green 135 ◦ blue 119

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

Shades of New York Pink #D48777

Tints of New York Pink #D48777

RGB

 RED value IS 212 (83.2% from 255) = 45.49%

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

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

R = 45.49%
G = 28.97%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D48777 (or 0xD48777) is known color: New York Pink. HEX triplet: D4, 87 and 77. RGB value is (212,135,119). Sum of RGB (Red+Green+Blue) = 212+135+119=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D48777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48777 is #2B7888. Grayscale: #9C9C9C. Windows color (decimal): -2848905 or 7833556. OLE color: 7833556.

HSL color Cylindrical-coordinate representation of color #D48777: hue angle of 10.32º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48777 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 119 -
CMYK 0 0.36 0.44 0.17
HSL 10.32º 0.52% 0.65% -
HSV(B) 10.32º 0.44% 0.83% -
XYZ 39.15 32.66 21.69 -
YUV 156.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 212 135 119 0 0.36 0.44 0.17 10.32 0.52 0.65
Hex D4 87 77 0 24 2C 11 A 34 41
Octal 324 207 167 0 44 54 21 12 64 101
Binary 11010100 10000111 1110111 0 100100 101100 10001 1010 110100 1000001

Color Harmonies of #D48777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48777

Black with #D48777

Text Example


Text Example

White with #D48777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48777; }

 p { color: rgb(212,135,119); }

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

background-color css

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

 a { background-color: rgb(212,135,119); }

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

border-color css

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

 span { border-color: rgb(212,135,119); }

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