Html Css Color HEX #D68277 New York Pink

📋 copy color: '#D68277'

red 214 ◦ green 130 ◦ blue 119

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

Shades of New York Pink #D68277

Tints of New York Pink #D68277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

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

R = 46.22%
G = 28.08%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D68277 (or 0xD68277) is known color: New York Pink. HEX triplet: D6, 82 and 77. RGB value is (214,130,119). Sum of RGB (Red+Green+Blue) = 214+130+119=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68277 is #297D88. Grayscale: #999999. Windows color (decimal): -2719113 or 7832278. OLE color: 7832278.

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

Color convert

RGB 214 130 119 -
CMYK 0 0.39 0.44 0.16
HSL 6.95º 0.54% 0.65% -
HSV(B) 6.95º 0.44% 0.84% -
XYZ 39.04 31.59 21.49 -
YUV 153.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 214 130 119 0 0.39 0.44 0.16 6.95 0.54 0.65
Hex D6 82 77 0 27 2C 10 7 36 41
Octal 326 202 167 0 47 54 20 7 66 101
Binary 11010110 10000010 1110111 0 100111 101100 10000 111 110110 1000001

Color Harmonies of #D68277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68277

Black with #D68277

Text Example


Text Example

White with #D68277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68277; }

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

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

background-color css

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

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

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

border-color css

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

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

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