Html Css Color HEX #D8836E New York Pink

📋 copy color: '#D8836E'

red 216 ◦ green 131 ◦ blue 110

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

Shades of New York Pink #D8836E

Tints of New York Pink #D8836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

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

R = 47.26%
G = 28.67%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8836E (or 0xD8836E) is known color: New York Pink. HEX triplet: D8, 83 and 6E. RGB value is (216,131,110). Sum of RGB (Red+Green+Blue) = 216+131+110=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8836E is #277C91. Grayscale: #9A9A9A. Windows color (decimal): -2587794 or 7242712. OLE color: 7242712.

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

Color convert

RGB 216 131 110 -
CMYK 0 0.39 0.49 0.15
HSL 11.89º 0.58% 0.64% -
HSV(B) 11.89º 0.49% 0.85% -
XYZ 39.25 31.96 18.85 -
YUV 154.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 216 131 110 0 0.39 0.49 0.15 11.89 0.58 0.64
Hex D8 83 6E 0 27 31 F C 3A 40
Octal 330 203 156 0 47 61 17 14 72 100
Binary 11011000 10000011 1101110 0 100111 110001 1111 1100 111010 1000000

Color Harmonies of #D8836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8836E

Black with #D8836E

Text Example


Text Example

White with #D8836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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