Html Css Color HEX #D6736D New York Pink

📋 copy color: '#D6736D'

red 214 ◦ green 115 ◦ blue 109

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

Shades of New York Pink #D6736D

Tints of New York Pink #D6736D

RGB

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

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

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

R = 48.86%
G = 26.26%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6736D (or 0xD6736D) is known color: New York Pink. HEX triplet: D6, 73 and 6D. RGB value is (214,115,109). Sum of RGB (Red+Green+Blue) = 214+115+109=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6736D is #298C92. Grayscale: #909090. Windows color (decimal): -2722963 or 7173078. OLE color: 7173078.

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

Color convert

RGB 214 115 109 -
CMYK 0 0.46 0.49 0.16
HSL 3.43º 0.56% 0.63% -
HSV(B) 3.43º 0.49% 0.84% -
XYZ 36.62 27.66 17.88 -
YUV 143.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 214 115 109 0 0.46 0.49 0.16 3.43 0.56 0.63
Hex D6 73 6D 0 2E 31 10 3 38 3F
Octal 326 163 155 0 56 61 20 3 70 77
Binary 11010110 1110011 1101101 0 101110 110001 10000 11 111000 111111

Color Harmonies of #D6736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6736D

Black with #D6736D

Text Example


Text Example

White with #D6736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6736D; }

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

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

background-color css

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

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

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

border-color css

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

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

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