Html Css Color HEX #D67A70 New York Pink

📋 copy color: '#D67A70'

red 214 ◦ green 122 ◦ blue 112

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

Shades of New York Pink #D67A70

Tints of New York Pink #D67A70

RGB

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

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

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

R = 47.77%
G = 27.23%
B = 25%

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

#D67A70 (or 0xD67A70) is known color: New York Pink. HEX triplet: D6, 7A and 70. RGB value is (214,122,112). Sum of RGB (Red+Green+Blue) = 214+122+112=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A70 is #29858F. Grayscale: #949494. Windows color (decimal): -2721168 or 7371478. OLE color: 7371478.

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

Color convert

RGB 214 122 112 -
CMYK 0 0.43 0.48 0.16
HSL 5.88º 0.55% 0.64% -
HSV(B) 5.88º 0.48% 0.84% -
XYZ 37.62 29.39 19.02 -
YUV 148.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 214 122 112 0 0.43 0.48 0.16 5.88 0.55 0.64
Hex D6 7A 70 0 2B 30 10 6 37 40
Octal 326 172 160 0 53 60 20 6 67 100
Binary 11010110 1111010 1110000 0 101011 110000 10000 110 110111 1000000

Color Harmonies of #D67A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A70

Black with #D67A70

Text Example


Text Example

White with #D67A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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