Html Css Color HEX #D8826B New York Pink

📋 copy color: '#D8826B'

red 216 ◦ green 130 ◦ blue 107

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

Shades of New York Pink #D8826B

Tints of New York Pink #D8826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 47.68%
G = 28.7%
B = 23.62%

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

#D8826B (or 0xD8826B) is known color: New York Pink. HEX triplet: D8, 82 and 6B. RGB value is (216,130,107). Sum of RGB (Red+Green+Blue) = 216+130+107=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8826B is #277D94. Grayscale: #999999. Windows color (decimal): -2588053 or 7045848. OLE color: 7045848.

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

Color convert

RGB 216 130 107 -
CMYK 0 0.40 0.50 0.15
HSL 12.66º 0.58% 0.63% -
HSV(B) 12.66º 0.5% 0.85% -
XYZ 38.96 31.63 17.96 -
YUV 153.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 216 130 107 0 0.40 0.50 0.15 12.66 0.58 0.63
Hex D8 82 6B 0 28 32 F D 3A 3F
Octal 330 202 153 0 50 62 17 15 72 77
Binary 11011000 10000010 1101011 0 101000 110010 1111 1101 111010 111111

Color Harmonies of #D8826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8826B

Black with #D8826B

Text Example


Text Example

White with #D8826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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