Html Css Color HEX #D48874 New York Pink

📋 copy color: '#D48874'

red 212 ◦ green 136 ◦ blue 116

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

Shades of New York Pink #D48874

Tints of New York Pink #D48874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

 BLUE value IS 116 (45.7% from 255) = 25%

R = 45.69%
G = 29.31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D48874 (or 0xD48874) is known color: New York Pink. HEX triplet: D4, 88 and 74. RGB value is (212,136,116). Sum of RGB (Red+Green+Blue) = 212+136+116=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D48874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48874 is #2B778B. Grayscale: #9C9C9C. Windows color (decimal): -2848652 or 7637204. OLE color: 7637204.

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

Color convert

RGB 212 136 116 -
CMYK 0 0.36 0.45 0.17
HSL 12.5º 0.53% 0.64% -
HSV(B) 12.5º 0.45% 0.83% -
XYZ 39.11 32.87 20.81 -
YUV 156.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 212 136 116 0 0.36 0.45 0.17 12.5 0.53 0.64
Hex D4 88 74 0 24 2D 11 C 35 40
Octal 324 210 164 0 44 55 21 14 65 100
Binary 11010100 10001000 1110100 0 100100 101101 10001 1100 110101 1000000

Color Harmonies of #D48874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48874

Black with #D48874

Text Example


Text Example

White with #D48874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48874; }

 p { color: rgb(212,136,116); }

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

background-color css

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

 a { background-color: rgb(212,136,116); }

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

border-color css

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

 span { border-color: rgb(212,136,116); }

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