Html Css Color HEX #D37A6D New York Pink

📋 copy color: '#D37A6D'

red 211 ◦ green 122 ◦ blue 109

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

Shades of New York Pink #D37A6D

Tints of New York Pink #D37A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

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

R = 47.74%
G = 27.6%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D37A6D (or 0xD37A6D) is known color: New York Pink. HEX triplet: D3, 7A and 6D. RGB value is (211,122,109). Sum of RGB (Red+Green+Blue) = 211+122+109=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37A6D is #2C8592. Grayscale: #939393. Windows color (decimal): -2917779 or 7174867. OLE color: 7174867.

HSL color Cylindrical-coordinate representation of color #D37A6D: hue angle of 7.65º 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 #D37A6D is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 122 109 -
CMYK 0 0.42 0.48 0.17
HSL 7.65º 0.54% 0.63% -
HSV(B) 7.65º 0.48% 0.83% -
XYZ 36.58 28.87 18.11 -
YUV 147.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 211 122 109 0 0.42 0.48 0.17 7.65 0.54 0.63
Hex D3 7A 6D 0 2A 30 11 8 36 3F
Octal 323 172 155 0 52 60 21 10 66 77
Binary 11010011 1111010 1101101 0 101010 110000 10001 1000 110110 111111

Color Harmonies of #D37A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37A6D

Black with #D37A6D

Text Example


Text Example

White with #D37A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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