Html Css Color HEX #D67C73 New York Pink

📋 copy color: '#D67C73'

red 214 ◦ green 124 ◦ blue 115

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

Shades of New York Pink #D67C73

Tints of New York Pink #D67C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.37%

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 47.24%
G = 27.37%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D67C73 (or 0xD67C73) is known color: New York Pink. HEX triplet: D6, 7C and 73. RGB value is (214,124,115). Sum of RGB (Red+Green+Blue) = 214+124+115=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C73 is #29838C. Grayscale: #969696. Windows color (decimal): -2720653 or 7568598. OLE color: 7568598.

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

Color convert

RGB 214 124 115 -
CMYK 0 0.42 0.46 0.16
HSL 5.45º 0.55% 0.65% -
HSV(B) 5.45º 0.46% 0.84% -
XYZ 38.03 29.95 20 -
YUV 149.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 214 124 115 0 0.42 0.46 0.16 5.45 0.55 0.65
Hex D6 7C 73 0 2A 2E 10 5 37 41
Octal 326 174 163 0 52 56 20 5 67 101
Binary 11010110 1111100 1110011 0 101010 101110 10000 101 110111 1000001

Color Harmonies of #D67C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C73

Black with #D67C73

Text Example


Text Example

White with #D67C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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