Html Css Color HEX #D67A73 New York Pink

📋 copy color: '#D67A73'

red 214 ◦ green 122 ◦ blue 115

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

Shades of New York Pink #D67A73

Tints of New York Pink #D67A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

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

R = 47.45%
G = 27.05%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D67A73 (or 0xD67A73) is known color: New York Pink. HEX triplet: D6, 7A and 73. RGB value is (214,122,115). Sum of RGB (Red+Green+Blue) = 214+122+115=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A73 is #29858C. Grayscale: #949494. Windows color (decimal): -2721165 or 7568086. OLE color: 7568086.

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

Color convert

RGB 214 122 115 -
CMYK 0 0.43 0.46 0.16
HSL 4.24º 0.55% 0.65% -
HSV(B) 4.24º 0.46% 0.84% -
XYZ 37.79 29.45 19.91 -
YUV 148.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 214 122 115 0 0.43 0.46 0.16 4.24 0.55 0.65
Hex D6 7A 73 0 2B 2E 10 4 37 41
Octal 326 172 163 0 53 56 20 4 67 101
Binary 11010110 1111010 1110011 0 101011 101110 10000 100 110111 1000001

Color Harmonies of #D67A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A73

Black with #D67A73

Text Example


Text Example

White with #D67A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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