Html Css Color HEX #D8836D New York Pink

📋 copy color: '#D8836D'

red 216 ◦ green 131 ◦ blue 109

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

Shades of New York Pink #D8836D

Tints of New York Pink #D8836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.9%

R = 47.37%
G = 28.73%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8836D (or 0xD8836D) is known color: New York Pink. HEX triplet: D8, 83 and 6D. RGB value is (216,131,109). Sum of RGB (Red+Green+Blue) = 216+131+109=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8836D is #277C92. Grayscale: #9A9A9A. Windows color (decimal): -2587795 or 7177176. OLE color: 7177176.

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

Color convert

RGB 216 131 109 -
CMYK 0 0.39 0.50 0.15
HSL 12.34º 0.58% 0.64% -
HSV(B) 12.34º 0.5% 0.85% -
XYZ 39.2 31.94 18.57 -
YUV 153.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 216 131 109 0 0.39 0.50 0.15 12.34 0.58 0.64
Hex D8 83 6D 0 27 32 F C 3A 40
Octal 330 203 155 0 47 62 17 14 72 100
Binary 11011000 10000011 1101101 0 100111 110010 1111 1100 111010 1000000

Color Harmonies of #D8836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8836D

Black with #D8836D

Text Example


Text Example

White with #D8836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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