Html Css Color HEX #D37C6D New York Pink

📋 copy color: '#D37C6D'

red 211 ◦ green 124 ◦ blue 109

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

Shades of New York Pink #D37C6D

Tints of New York Pink #D37C6D

RGB

 RED value IS 211 (82.81% from 255) = 47.52%

 GREEN value IS 124 (48.83% from 255) = 27.93%

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

R = 47.52%
G = 27.93%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D37C6D (or 0xD37C6D) is known color: New York Pink. HEX triplet: D3, 7C and 6D. RGB value is (211,124,109). Sum of RGB (Red+Green+Blue) = 211+124+109=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37C6D is #2C8392. Grayscale: #949494. Windows color (decimal): -2917267 or 7175379. OLE color: 7175379.

HSL color Cylindrical-coordinate representation of color #D37C6D: hue angle of 8.82º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D37C6D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 124 109 -
CMYK 0 0.41 0.48 0.17
HSL 8.82º 0.54% 0.63% -
HSV(B) 8.82º 0.48% 0.83% -
XYZ 36.83 29.37 18.2 -
YUV 148.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 211 124 109 0 0.41 0.48 0.17 8.82 0.54 0.63
Hex D3 7C 6D 0 29 30 11 9 36 3F
Octal 323 174 155 0 51 60 21 11 66 77
Binary 11010011 1111100 1101101 0 101001 110000 10001 1001 110110 111111

Color Harmonies of #D37C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37C6D

Black with #D37C6D

Text Example


Text Example

White with #D37C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37C6D; }

 p { color: rgb(211,124,109); }

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

background-color css

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

 a { background-color: rgb(211,124,109); }

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

border-color css

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

 span { border-color: rgb(211,124,109); }

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