Html Css Color HEX #D37B6C New York Pink

📋 copy color: '#D37B6C'

red 211 ◦ green 123 ◦ blue 108

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

Shades of New York Pink #D37B6C

Tints of New York Pink #D37B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.83%

 BLUE value IS 108 (42.58% from 255) = 24.43%

R = 47.74%
G = 27.83%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D37B6C (or 0xD37B6C) is known color: New York Pink. HEX triplet: D3, 7B and 6C. RGB value is (211,123,108). Sum of RGB (Red+Green+Blue) = 211+123+108=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37B6C is #2C8493. Grayscale: #939393. Windows color (decimal): -2917524 or 7109587. OLE color: 7109587.

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

Color convert

RGB 211 123 108 -
CMYK 0 0.42 0.49 0.17
HSL 8.74º 0.54% 0.63% -
HSV(B) 8.74º 0.49% 0.83% -
XYZ 36.65 29.1 17.87 -
YUV 147.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 211 123 108 0 0.42 0.49 0.17 8.74 0.54 0.63
Hex D3 7B 6C 0 2A 31 11 9 36 3F
Octal 323 173 154 0 52 61 21 11 66 77
Binary 11010011 1111011 1101100 0 101010 110001 10001 1001 110110 111111

Color Harmonies of #D37B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37B6C

Black with #D37B6C

Text Example


Text Example

White with #D37B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37B6C; }

 p { color: rgb(211,123,108); }

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

background-color css

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

 a { background-color: rgb(211,123,108); }

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

border-color css

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

 span { border-color: rgb(211,123,108); }

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