Html Css Color HEX #D5836F New York Pink

📋 copy color: '#D5836F'

red 213 ◦ green 131 ◦ blue 111

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

Shades of New York Pink #D5836F

Tints of New York Pink #D5836F

RGB

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

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

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

R = 46.81%
G = 28.79%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5836F (or 0xD5836F) is known color: New York Pink. HEX triplet: D5, 83 and 6F. RGB value is (213,131,111). Sum of RGB (Red+Green+Blue) = 213+131+111=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5836F is #2A7C90. Grayscale: #999999. Windows color (decimal): -2784401 or 7308245. OLE color: 7308245.

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

Color convert

RGB 213 131 111 -
CMYK 0 0.38 0.48 0.16
HSL 11.76º 0.55% 0.64% -
HSV(B) 11.76º 0.48% 0.84% -
XYZ 38.43 31.53 19.1 -
YUV 153.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 213 131 111 0 0.38 0.48 0.16 11.76 0.55 0.64
Hex D5 83 6F 0 26 30 10 C 37 40
Octal 325 203 157 0 46 60 20 14 67 100
Binary 11010101 10000011 1101111 0 100110 110000 10000 1100 110111 1000000

Color Harmonies of #D5836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5836F

Black with #D5836F

Text Example


Text Example

White with #D5836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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