Html Css Color HEX #D48677 New York Pink

📋 copy color: '#D48677'

red 212 ◦ green 134 ◦ blue 119

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

Shades of New York Pink #D48677

Tints of New York Pink #D48677

RGB

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

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

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

R = 45.59%
G = 28.82%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D48677 (or 0xD48677) is known color: New York Pink. HEX triplet: D4, 86 and 77. RGB value is (212,134,119). Sum of RGB (Red+Green+Blue) = 212+134+119=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D48677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48677 is #2B7988. Grayscale: #9B9B9B. Windows color (decimal): -2849161 or 7833300. OLE color: 7833300.

HSL color Cylindrical-coordinate representation of color #D48677: hue angle of 9.68º 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 #D48677 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 119 -
CMYK 0 0.37 0.44 0.17
HSL 9.68º 0.52% 0.65% -
HSV(B) 9.68º 0.44% 0.83% -
XYZ 39.01 32.38 21.65 -
YUV 155.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 212 134 119 0 0.37 0.44 0.17 9.68 0.52 0.65
Hex D4 86 77 0 25 2C 11 A 34 41
Octal 324 206 167 0 45 54 21 12 64 101
Binary 11010100 10000110 1110111 0 100101 101100 10001 1010 110100 1000001

Color Harmonies of #D48677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48677

Black with #D48677

Text Example


Text Example

White with #D48677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48677; }

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

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

background-color css

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

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

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

border-color css

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

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

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