Html Css Color HEX #D48274 New York Pink

📋 copy color: '#D48274'

red 212 ◦ green 130 ◦ blue 116

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

Shades of New York Pink #D48274

Tints of New York Pink #D48274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.38%

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

R = 46.29%
G = 28.38%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D48274 (or 0xD48274) is known color: New York Pink. HEX triplet: D4, 82 and 74. RGB value is (212,130,116). Sum of RGB (Red+Green+Blue) = 212+130+116=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D48274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48274 is #2B7D8B. Grayscale: #999999. Windows color (decimal): -2850188 or 7635668. OLE color: 7635668.

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

Color convert

RGB 212 130 116 -
CMYK 0 0.39 0.45 0.17
HSL 8.75º 0.53% 0.64% -
HSV(B) 8.75º 0.45% 0.83% -
XYZ 38.29 31.22 20.53 -
YUV 152.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 212 130 116 0 0.39 0.45 0.17 8.75 0.53 0.64
Hex D4 82 74 0 27 2D 11 9 35 40
Octal 324 202 164 0 47 55 21 11 65 100
Binary 11010100 10000010 1110100 0 100111 101101 10001 1001 110101 1000000

Color Harmonies of #D48274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48274

Black with #D48274

Text Example


Text Example

White with #D48274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48274; }

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

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

background-color css

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

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

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

border-color css

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

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

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