Html Css Color HEX #D4746D New York Pink

📋 copy color: '#D4746D'

red 212 ◦ green 116 ◦ blue 109

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

Shades of New York Pink #D4746D

Tints of New York Pink #D4746D

RGB

 RED value IS 212 (83.2% from 255) = 48.51%

 GREEN value IS 116 (45.7% from 255) = 26.54%

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

R = 48.51%
G = 26.54%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4746D (or 0xD4746D) is known color: New York Pink. HEX triplet: D4, 74 and 6D. RGB value is (212,116,109). Sum of RGB (Red+Green+Blue) = 212+116+109=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4746D is #2B8B92. Grayscale: #909090. Windows color (decimal): -2853779 or 7173332. OLE color: 7173332.

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

Color convert

RGB 212 116 109 -
CMYK 0 0.45 0.49 0.17
HSL 4.08º 0.54% 0.63% -
HSV(B) 4.08º 0.49% 0.83% -
XYZ 36.16 27.59 17.89 -
YUV 143.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 212 116 109 0 0.45 0.49 0.17 4.08 0.54 0.63
Hex D4 74 6D 0 2D 31 11 4 36 3F
Octal 324 164 155 0 55 61 21 4 66 77
Binary 11010100 1110100 1101101 0 101101 110001 10001 100 110110 111111

Color Harmonies of #D4746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4746D

Black with #D4746D

Text Example


Text Example

White with #D4746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4746D; }

 p { color: rgb(212,116,109); }

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

background-color css

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

 a { background-color: rgb(212,116,109); }

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

border-color css

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

 span { border-color: rgb(212,116,109); }

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