Html Css Color HEX #D67970 New York Pink

📋 copy color: '#D67970'

red 214 ◦ green 121 ◦ blue 112

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

Shades of New York Pink #D67970

Tints of New York Pink #D67970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.06%

R = 47.87%
G = 27.07%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D67970 (or 0xD67970) is known color: New York Pink. HEX triplet: D6, 79 and 70. RGB value is (214,121,112). Sum of RGB (Red+Green+Blue) = 214+121+112=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67970 is #29868F. Grayscale: #939393. Windows color (decimal): -2721424 or 7371222. OLE color: 7371222.

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

Color convert

RGB 214 121 112 -
CMYK 0 0.43 0.48 0.16
HSL 5.29º 0.55% 0.64% -
HSV(B) 5.29º 0.48% 0.84% -
XYZ 37.49 29.14 18.98 -
YUV 147.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 214 121 112 0 0.43 0.48 0.16 5.29 0.55 0.64
Hex D6 79 70 0 2B 30 10 5 37 40
Octal 326 171 160 0 53 60 20 5 67 100
Binary 11010110 1111001 1110000 0 101011 110000 10000 101 110111 1000000

Color Harmonies of #D67970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67970

Black with #D67970

Text Example


Text Example

White with #D67970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67970; }

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

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

background-color css

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

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

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

border-color css

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

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

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