Html Css Color HEX #D68376 New York Pink

📋 copy color: '#D68376'

red 214 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #D68376

Tints of New York Pink #D68376

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

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

 BLUE value IS 118 (46.48% from 255) = 25.49%

R = 46.22%
G = 28.29%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D68376 (or 0xD68376) is known color: New York Pink. HEX triplet: D6, 83 and 76. RGB value is (214,131,118). Sum of RGB (Red+Green+Blue) = 214+131+118=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68376 is #297C89. Grayscale: #9A9A9A. Windows color (decimal): -2718858 or 7766998. OLE color: 7766998.

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

Color convert

RGB 214 131 118 -
CMYK 0 0.39 0.45 0.16
HSL 8.13º 0.54% 0.65% -
HSV(B) 8.13º 0.45% 0.84% -
XYZ 39.12 31.84 21.22 -
YUV 154.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 214 131 118 0 0.39 0.45 0.16 8.13 0.54 0.65
Hex D6 83 76 0 27 2D 10 8 36 41
Octal 326 203 166 0 47 55 20 10 66 101
Binary 11010110 10000011 1110110 0 100111 101101 10000 1000 110110 1000001

Color Harmonies of #D68376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68376

Black with #D68376

Text Example


Text Example

White with #D68376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68376; }

 p { color: rgb(214,131,118); }

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

background-color css

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

 a { background-color: rgb(214,131,118); }

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

border-color css

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

 span { border-color: rgb(214,131,118); }

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