Html Css Color HEX #D8826F New York Pink

📋 copy color: '#D8826F'

red 216 ◦ green 130 ◦ blue 111

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

Shades of New York Pink #D8826F

Tints of New York Pink #D8826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 47.26%
G = 28.45%
B = 24.29%

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

#D8826F (or 0xD8826F) is known color: New York Pink. HEX triplet: D8, 82 and 6F. RGB value is (216,130,111). Sum of RGB (Red+Green+Blue) = 216+130+111=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8826F is #277D90. Grayscale: #999999. Windows color (decimal): -2588049 or 7307992. OLE color: 7307992.

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

Color convert

RGB 216 130 111 -
CMYK 0 0.40 0.49 0.15
HSL 10.86º 0.57% 0.64% -
HSV(B) 10.86º 0.49% 0.85% -
XYZ 39.17 31.71 19.1 -
YUV 153.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 216 130 111 0 0.40 0.49 0.15 10.86 0.57 0.64
Hex D8 82 6F 0 28 31 F B 39 40
Octal 330 202 157 0 50 61 17 13 71 100
Binary 11011000 10000010 1101111 0 101000 110001 1111 1011 111001 1000000

Color Harmonies of #D8826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8826F

Black with #D8826F

Text Example


Text Example

White with #D8826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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