Html Css Color HEX #D8826E New York Pink

📋 copy color: '#D8826E'

red 216 ◦ green 130 ◦ blue 110

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

Shades of New York Pink #D8826E

Tints of New York Pink #D8826E

RGB

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

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

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

R = 47.37%
G = 28.51%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8826E (or 0xD8826E) is known color: New York Pink. HEX triplet: D8, 82 and 6E. RGB value is (216,130,110). Sum of RGB (Red+Green+Blue) = 216+130+110=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8826E is #277D91. Grayscale: #999999. Windows color (decimal): -2588050 or 7242456. OLE color: 7242456.

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

Color convert

RGB 216 130 110 -
CMYK 0 0.40 0.49 0.15
HSL 11.32º 0.58% 0.64% -
HSV(B) 11.32º 0.49% 0.85% -
XYZ 39.12 31.69 18.81 -
YUV 153.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 216 130 110 0 0.40 0.49 0.15 11.32 0.58 0.64
Hex D8 82 6E 0 28 31 F B 3A 40
Octal 330 202 156 0 50 61 17 13 72 100
Binary 11011000 10000010 1101110 0 101000 110001 1111 1011 111010 1000000

Color Harmonies of #D8826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8826E

Black with #D8826E

Text Example


Text Example

White with #D8826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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