Html Css Color HEX #D68871 New York Pink

📋 copy color: '#D68871'

red 214 ◦ green 136 ◦ blue 113

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

Shades of New York Pink #D68871

Tints of New York Pink #D68871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.41%

R = 46.22%
G = 29.37%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68871 (or 0xD68871) is known color: New York Pink. HEX triplet: D6, 88 and 71. RGB value is (214,136,113). Sum of RGB (Red+Green+Blue) = 214+136+113=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68871 is #29778E. Grayscale: #9C9C9C. Windows color (decimal): -2717583 or 7440598. OLE color: 7440598.

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

Color convert

RGB 214 136 113 -
CMYK 0 0.36 0.47 0.16
HSL 13.66º 0.55% 0.64% -
HSV(B) 13.66º 0.47% 0.84% -
XYZ 39.52 33.1 19.93 -
YUV 156.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 214 136 113 0 0.36 0.47 0.16 13.66 0.55 0.64
Hex D6 88 71 0 24 2F 10 E 37 40
Octal 326 210 161 0 44 57 20 16 67 100
Binary 11010110 10001000 1110001 0 100100 101111 10000 1110 110111 1000000

Color Harmonies of #D68871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68871

Black with #D68871

Text Example


Text Example

White with #D68871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68871; }

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

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

background-color css

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

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

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

border-color css

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

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

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