Html Css Color HEX #D6756D New York Pink

📋 copy color: '#D6756D'

red 214 ◦ green 117 ◦ blue 109

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

Shades of New York Pink #D6756D

Tints of New York Pink #D6756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

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

R = 48.64%
G = 26.59%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6756D (or 0xD6756D) is known color: New York Pink. HEX triplet: D6, 75 and 6D. RGB value is (214,117,109). Sum of RGB (Red+Green+Blue) = 214+117+109=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6756D is #298A92. Grayscale: #919191. Windows color (decimal): -2722451 or 7173590. OLE color: 7173590.

HSL color Cylindrical-coordinate representation of color #D6756D: hue angle of 4.57º 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 #D6756D is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 109 -
CMYK 0 0.45 0.49 0.16
HSL 4.57º 0.56% 0.63% -
HSV(B) 4.57º 0.49% 0.84% -
XYZ 36.85 28.12 17.95 -
YUV 145.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 214 117 109 0 0.45 0.49 0.16 4.57 0.56 0.63
Hex D6 75 6D 0 2D 31 10 5 38 3F
Octal 326 165 155 0 55 61 20 5 70 77
Binary 11010110 1110101 1101101 0 101101 110001 10000 101 111000 111111

Color Harmonies of #D6756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6756D

Black with #D6756D

Text Example


Text Example

White with #D6756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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