Html Css Color HEX #D7806E New York Pink

📋 copy color: '#D7806E'

red 215 ◦ green 128 ◦ blue 110

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

Shades of New York Pink #D7806E

Tints of New York Pink #D7806E

RGB

 RED value IS 215 (84.38% from 255) = 47.46%

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

 BLUE value IS 110 (43.36% from 255) = 24.28%

R = 47.46%
G = 28.26%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7806E (or 0xD7806E) is known color: New York Pink. HEX triplet: D7, 80 and 6E. RGB value is (215,128,110). Sum of RGB (Red+Green+Blue) = 215+128+110=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7806E is #287F91. Grayscale: #989898. Windows color (decimal): -2654098 or 7241943. OLE color: 7241943.

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

Color convert

RGB 215 128 110 -
CMYK 0 0.40 0.49 0.16
HSL 10.29º 0.57% 0.64% -
HSV(B) 10.29º 0.49% 0.84% -
XYZ 38.56 31.01 18.71 -
YUV 151.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 215 128 110 0 0.40 0.49 0.16 10.29 0.57 0.64
Hex D7 80 6E 0 28 31 10 A 39 40
Octal 327 200 156 0 50 61 20 12 71 100
Binary 11010111 10000000 1101110 0 101000 110001 10000 1010 111001 1000000

Color Harmonies of #D7806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7806E

Black with #D7806E

Text Example


Text Example

White with #D7806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7806E; }

 p { color: rgb(215,128,110); }

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

background-color css

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

 a { background-color: rgb(215,128,110); }

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

border-color css

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

 span { border-color: rgb(215,128,110); }

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