Html Css Color HEX #D78370 New York Pink

📋 copy color: '#D78370'

red 215 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #D78370

Tints of New York Pink #D78370

RGB

 RED value IS 215 (84.38% from 255) = 46.94%

 GREEN value IS 131 (51.56% from 255) = 28.6%

 BLUE value IS 112 (44.14% from 255) = 24.45%

R = 46.94%
G = 28.6%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D78370 (or 0xD78370) is known color: New York Pink. HEX triplet: D7, 83 and 70. RGB value is (215,131,112). Sum of RGB (Red+Green+Blue) = 215+131+112=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D78370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78370 is #287C8F. Grayscale: #9A9A9A. Windows color (decimal): -2653328 or 7373783. OLE color: 7373783.

HSL color Cylindrical-coordinate representation of color #D78370: hue angle of 11.07º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D78370 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 131 112 -
CMYK 0 0.39 0.48 0.16
HSL 11.07º 0.56% 0.64% -
HSV(B) 11.07º 0.48% 0.84% -
XYZ 39.07 31.85 19.42 -
YUV 153.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 215 131 112 0 0.39 0.48 0.16 11.07 0.56 0.64
Hex D7 83 70 0 27 30 10 B 38 40
Octal 327 203 160 0 47 60 20 13 70 100
Binary 11010111 10000011 1110000 0 100111 110000 10000 1011 111000 1000000

Color Harmonies of #D78370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78370

Black with #D78370

Text Example


Text Example

White with #D78370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78370; }

 p { color: rgb(215,131,112); }

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

background-color css

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

 a { background-color: rgb(215,131,112); }

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

border-color css

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

 span { border-color: rgb(215,131,112); }

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