Html Css Color HEX #D8836F New York Pink

📋 copy color: '#D8836F'

red 216 ◦ green 131 ◦ blue 111

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

Shades of New York Pink #D8836F

Tints of New York Pink #D8836F

RGB

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

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

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

R = 47.16%
G = 28.6%
B = 24.24%

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

#D8836F (or 0xD8836F) is known color: New York Pink. HEX triplet: D8, 83 and 6F. RGB value is (216,131,111). Sum of RGB (Red+Green+Blue) = 216+131+111=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8836F is #277C90. Grayscale: #9A9A9A. Windows color (decimal): -2587793 or 7308248. OLE color: 7308248.

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

Color convert

RGB 216 131 111 -
CMYK 0 0.39 0.49 0.15
HSL 11.43º 0.57% 0.64% -
HSV(B) 11.43º 0.49% 0.85% -
XYZ 39.3 31.98 19.14 -
YUV 154.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 216 131 111 0 0.39 0.49 0.15 11.43 0.57 0.64
Hex D8 83 6F 0 27 31 F B 39 40
Octal 330 203 157 0 47 61 17 13 71 100
Binary 11011000 10000011 1101111 0 100111 110001 1111 1011 111001 1000000

Color Harmonies of #D8836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8836F

Black with #D8836F

Text Example


Text Example

White with #D8836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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