Html Css Color HEX #D68276 New York Pink

📋 copy color: '#D68276'

red 214 ◦ green 130 ◦ blue 118

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

Shades of New York Pink #D68276

Tints of New York Pink #D68276

RGB

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

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

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

R = 46.32%
G = 28.14%
B = 25.54%

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

#D68276 (or 0xD68276) is known color: New York Pink. HEX triplet: D6, 82 and 76. RGB value is (214,130,118). Sum of RGB (Red+Green+Blue) = 214+130+118=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68276 is #297D89. Grayscale: #999999. Windows color (decimal): -2719114 or 7766742. OLE color: 7766742.

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

Color convert

RGB 214 130 118 -
CMYK 0 0.39 0.45 0.16
HSL 7.5º 0.54% 0.65% -
HSV(B) 7.5º 0.45% 0.84% -
XYZ 38.98 31.57 21.18 -
YUV 153.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 214 130 118 0 0.39 0.45 0.16 7.5 0.54 0.65
Hex D6 82 76 0 27 2D 10 8 36 41
Octal 326 202 166 0 47 55 20 10 66 101
Binary 11010110 10000010 1110110 0 100111 101101 10000 1000 110110 1000001

Color Harmonies of #D68276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68276

Black with #D68276

Text Example


Text Example

White with #D68276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68276; }

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

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

background-color css

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

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

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

border-color css

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

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

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