Html Css Color HEX #D68877 New York Pink

📋 copy color: '#D68877'

red 214 ◦ green 136 ◦ blue 119

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

Shades of New York Pink #D68877

Tints of New York Pink #D68877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29%

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

R = 45.63%
G = 29%
B = 25.37%

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

#D68877 (or 0xD68877) is known color: New York Pink. HEX triplet: D6, 88 and 77. RGB value is (214,136,119). Sum of RGB (Red+Green+Blue) = 214+136+119=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D68877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68877 is #297788. Grayscale: #9D9D9D. Windows color (decimal): -2717577 or 7833814. OLE color: 7833814.

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

Color convert

RGB 214 136 119 -
CMYK 0 0.36 0.44 0.16
HSL 10.74º 0.54% 0.65% -
HSV(B) 10.74º 0.44% 0.84% -
XYZ 39.87 33.24 21.77 -
YUV 157.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 214 136 119 0 0.36 0.44 0.16 10.74 0.54 0.65
Hex D6 88 77 0 24 2C 10 B 36 41
Octal 326 210 167 0 44 54 20 13 66 101
Binary 11010110 10001000 1110111 0 100100 101100 10000 1011 110110 1000001

Color Harmonies of #D68877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68877

Black with #D68877

Text Example


Text Example

White with #D68877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68877; }

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

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

background-color css

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

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

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

border-color css

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

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

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