Html Css Color HEX #D68177 New York Pink

📋 copy color: '#D68177'

red 214 ◦ green 129 ◦ blue 119

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

Shades of New York Pink #D68177

Tints of New York Pink #D68177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 46.32%
G = 27.92%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D68177 (or 0xD68177) is known color: New York Pink. HEX triplet: D6, 81 and 77. RGB value is (214,129,119). Sum of RGB (Red+Green+Blue) = 214+129+119=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68177 is #297E88. Grayscale: #999999. Windows color (decimal): -2719369 or 7832022. OLE color: 7832022.

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

Color convert

RGB 214 129 119 -
CMYK 0 0.40 0.44 0.16
HSL 6.32º 0.54% 0.65% -
HSV(B) 6.32º 0.44% 0.84% -
XYZ 38.91 31.33 21.45 -
YUV 153.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 214 129 119 0 0.40 0.44 0.16 6.32 0.54 0.65
Hex D6 81 77 0 28 2C 10 6 36 41
Octal 326 201 167 0 50 54 20 6 66 101
Binary 11010110 10000001 1110111 0 101000 101100 10000 110 110110 1000001

Color Harmonies of #D68177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68177

Black with #D68177

Text Example


Text Example

White with #D68177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68177; }

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

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

background-color css

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

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

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

border-color css

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

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

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