Html Css Color HEX #D68977 New York Pink

📋 copy color: '#D68977'

red 214 ◦ green 137 ◦ blue 119

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

Shades of New York Pink #D68977

Tints of New York Pink #D68977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.15%

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 45.53%
G = 29.15%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D68977 (or 0xD68977) is known color: New York Pink. HEX triplet: D6, 89 and 77. RGB value is (214,137,119). Sum of RGB (Red+Green+Blue) = 214+137+119=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D68977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68977 is #297688. Grayscale: #9E9E9E. Windows color (decimal): -2717321 or 7834070. OLE color: 7834070.

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

Color convert

RGB 214 137 119 -
CMYK 0 0.36 0.44 0.16
HSL 11.37º 0.54% 0.65% -
HSV(B) 11.37º 0.44% 0.84% -
XYZ 40.01 33.52 21.81 -
YUV 157.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 214 137 119 0 0.36 0.44 0.16 11.37 0.54 0.65
Hex D6 89 77 0 24 2C 10 B 36 41
Octal 326 211 167 0 44 54 20 13 66 101
Binary 11010110 10001001 1110111 0 100100 101100 10000 1011 110110 1000001

Color Harmonies of #D68977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68977

Black with #D68977

Text Example


Text Example

White with #D68977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68977; }

 p { color: rgb(214,137,119); }

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

background-color css

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

 a { background-color: rgb(214,137,119); }

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

border-color css

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

 span { border-color: rgb(214,137,119); }

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