Html Css Color HEX #D6736B New York Pink

📋 copy color: '#D6736B'

red 214 ◦ green 115 ◦ blue 107

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

Shades of New York Pink #D6736B

Tints of New York Pink #D6736B

RGB

 RED value IS 214 (83.98% from 255) = 49.08%

 GREEN value IS 115 (45.31% from 255) = 26.38%

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 49.08%
G = 26.38%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6736B (or 0xD6736B) is known color: New York Pink. HEX triplet: D6, 73 and 6B. RGB value is (214,115,107). Sum of RGB (Red+Green+Blue) = 214+115+107=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6736B is #298C94. Grayscale: #8F8F8F. Windows color (decimal): -2722965 or 7042006. OLE color: 7042006.

HSL color Cylindrical-coordinate representation of color #D6736B: hue angle of 4.49º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6736B is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 107 -
CMYK 0 0.46 0.50 0.16
HSL 4.49º 0.57% 0.63% -
HSV(B) 4.49º 0.5% 0.84% -
XYZ 36.52 27.62 17.32 -
YUV 143.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 214 115 107 0 0.46 0.50 0.16 4.49 0.57 0.63
Hex D6 73 6B 0 2E 32 10 4 39 3F
Octal 326 163 153 0 56 62 20 4 71 77
Binary 11010110 1110011 1101011 0 101110 110010 10000 100 111001 111111

Color Harmonies of #D6736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6736B

Black with #D6736B

Text Example


Text Example

White with #D6736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6736B; }

 p { color: rgb(214,115,107); }

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

background-color css

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

 a { background-color: rgb(214,115,107); }

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

border-color css

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

 span { border-color: rgb(214,115,107); }

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