Html Css Color HEX #D67973 New York Pink

📋 copy color: '#D67973'

red 214 ◦ green 121 ◦ blue 115

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

Shades of New York Pink #D67973

Tints of New York Pink #D67973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.89%

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

R = 47.56%
G = 26.89%
B = 25.56%

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

#D67973 (or 0xD67973) is known color: New York Pink. HEX triplet: D6, 79 and 73. RGB value is (214,121,115). Sum of RGB (Red+Green+Blue) = 214+121+115=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D67973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67973 is #29868C. Grayscale: #949494. Windows color (decimal): -2721421 or 7567830. OLE color: 7567830.

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

Color convert

RGB 214 121 115 -
CMYK 0 0.43 0.46 0.16
HSL 3.64º 0.55% 0.65% -
HSV(B) 3.64º 0.46% 0.84% -
XYZ 37.66 29.21 19.87 -
YUV 148.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 214 121 115 0 0.43 0.46 0.16 3.64 0.55 0.65
Hex D6 79 73 0 2B 2E 10 4 37 41
Octal 326 171 163 0 53 56 20 4 67 101
Binary 11010110 1111001 1110011 0 101011 101110 10000 100 110111 1000001

Color Harmonies of #D67973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67973

Black with #D67973

Text Example


Text Example

White with #D67973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67973; }

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

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

background-color css

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

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

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

border-color css

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

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

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