Html Css Color HEX #D68170 New York Pink

📋 copy color: '#D68170'

red 214 ◦ green 129 ◦ blue 112

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

Shades of New York Pink #D68170

Tints of New York Pink #D68170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 47.03%
G = 28.35%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68170 (or 0xD68170) is known color: New York Pink. HEX triplet: D6, 81 and 70. RGB value is (214,129,112). Sum of RGB (Red+Green+Blue) = 214+129+112=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D68170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68170 is #297E8F. Grayscale: #989898. Windows color (decimal): -2719376 or 7373270. OLE color: 7373270.

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

Color convert

RGB 214 129 112 -
CMYK 0 0.40 0.48 0.16
HSL 10º 0.55% 0.64% -
HSV(B) 10º 0.48% 0.84% -
XYZ 38.51 31.17 19.32 -
YUV 152.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 214 129 112 0 0.40 0.48 0.16 10 0.55 0.64
Hex D6 81 70 0 28 30 10 A 37 40
Octal 326 201 160 0 50 60 20 12 67 100
Binary 11010110 10000001 1110000 0 101000 110000 10000 1010 110111 1000000

Color Harmonies of #D68170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68170

Black with #D68170

Text Example


Text Example

White with #D68170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68170; }

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

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

background-color css

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

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

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

border-color css

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

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

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