Html Css Color HEX #D68073 New York Pink

📋 copy color: '#D68073'

red 214 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #D68073

Tints of New York Pink #D68073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.01%

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 46.83%
G = 28.01%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D68073 (or 0xD68073) is known color: New York Pink. HEX triplet: D6, 80 and 73. RGB value is (214,128,115). Sum of RGB (Red+Green+Blue) = 214+128+115=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68073 is #297F8C. Grayscale: #989898. Windows color (decimal): -2719629 or 7569622. OLE color: 7569622.

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

Color convert

RGB 214 128 115 -
CMYK 0 0.40 0.46 0.16
HSL 7.88º 0.55% 0.65% -
HSV(B) 7.88º 0.46% 0.84% -
XYZ 38.55 30.97 20.17 -
YUV 152.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 214 128 115 0 0.40 0.46 0.16 7.88 0.55 0.65
Hex D6 80 73 0 28 2E 10 8 37 41
Octal 326 200 163 0 50 56 20 10 67 101
Binary 11010110 10000000 1110011 0 101000 101110 10000 1000 110111 1000001

Color Harmonies of #D68073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68073

Black with #D68073

Text Example


Text Example

White with #D68073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68073; }

 p { color: rgb(214,128,115); }

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

background-color css

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

 a { background-color: rgb(214,128,115); }

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

border-color css

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

 span { border-color: rgb(214,128,115); }

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