Html Css Color HEX #D8826D New York Pink

📋 copy color: '#D8826D'

red 216 ◦ green 130 ◦ blue 109

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

Shades of New York Pink #D8826D

Tints of New York Pink #D8826D

RGB

 RED value IS 216 (84.77% from 255) = 47.47%

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

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

R = 47.47%
G = 28.57%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8826D (or 0xD8826D) is known color: New York Pink. HEX triplet: D8, 82 and 6D. RGB value is (216,130,109). Sum of RGB (Red+Green+Blue) = 216+130+109=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8826D is #277D92. Grayscale: #999999. Windows color (decimal): -2588051 or 7176920. OLE color: 7176920.

HSL color Cylindrical-coordinate representation of color #D8826D: hue angle of 11.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8826D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 109 -
CMYK 0 0.40 0.50 0.15
HSL 11.78º 0.58% 0.64% -
HSV(B) 11.78º 0.5% 0.85% -
XYZ 39.06 31.67 18.52 -
YUV 153.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 216 130 109 0 0.40 0.50 0.15 11.78 0.58 0.64
Hex D8 82 6D 0 28 32 F C 3A 40
Octal 330 202 155 0 50 62 17 14 72 100
Binary 11011000 10000010 1101101 0 101000 110010 1111 1100 111010 1000000

Color Harmonies of #D8826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8826D

Black with #D8826D

Text Example


Text Example

White with #D8826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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