Html Css Color HEX #D7826D New York Pink

📋 copy color: '#D7826D'

red 215 ◦ green 130 ◦ blue 109

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

Shades of New York Pink #D7826D

Tints of New York Pink #D7826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.01%

R = 47.36%
G = 28.63%
B = 24.01%

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

#D7826D (or 0xD7826D) is known color: New York Pink. HEX triplet: D7, 82 and 6D. RGB value is (215,130,109). Sum of RGB (Red+Green+Blue) = 215+130+109=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7826D is #287D92. Grayscale: #999999. Windows color (decimal): -2653587 or 7176919. OLE color: 7176919.

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

Color convert

RGB 215 130 109 -
CMYK 0 0.40 0.49 0.16
HSL 11.89º 0.57% 0.64% -
HSV(B) 11.89º 0.49% 0.84% -
XYZ 38.77 31.52 18.51 -
YUV 153.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 215 130 109 0 0.40 0.49 0.16 11.89 0.57 0.64
Hex D7 82 6D 0 28 31 10 C 39 40
Octal 327 202 155 0 50 61 20 14 71 100
Binary 11010111 10000010 1101101 0 101000 110001 10000 1100 111001 1000000

Color Harmonies of #D7826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7826D

Black with #D7826D

Text Example


Text Example

White with #D7826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7826D; }

 p { color: rgb(215,130,109); }

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

background-color css

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

 a { background-color: rgb(215,130,109); }

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

border-color css

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

 span { border-color: rgb(215,130,109); }

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