Html Css Color HEX #D5836D New York Pink

📋 copy color: '#D5836D'

red 213 ◦ green 131 ◦ blue 109

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

Shades of New York Pink #D5836D

Tints of New York Pink #D5836D

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

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

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

R = 47.02%
G = 28.92%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5836D (or 0xD5836D) is known color: New York Pink. HEX triplet: D5, 83 and 6D. RGB value is (213,131,109). Sum of RGB (Red+Green+Blue) = 213+131+109=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5836D is #2A7C92. Grayscale: #999999. Windows color (decimal): -2784403 or 7177173. OLE color: 7177173.

HSL color Cylindrical-coordinate representation of color #D5836D: hue angle of 12.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5836D is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 109 -
CMYK 0 0.38 0.49 0.16
HSL 12.69º 0.55% 0.63% -
HSV(B) 12.69º 0.49% 0.84% -
XYZ 38.32 31.48 18.53 -
YUV 153.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 213 131 109 0 0.38 0.49 0.16 12.69 0.55 0.63
Hex D5 83 6D 0 26 31 10 D 37 3F
Octal 325 203 155 0 46 61 20 15 67 77
Binary 11010101 10000011 1101101 0 100110 110001 10000 1101 110111 111111

Color Harmonies of #D5836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5836D

Black with #D5836D

Text Example


Text Example

White with #D5836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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