Html Css Color HEX #D68470 New York Pink

📋 copy color: '#D68470'

red 214 ◦ green 132 ◦ blue 112

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

Shades of New York Pink #D68470

Tints of New York Pink #D68470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.82%

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

R = 46.72%
G = 28.82%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68470 (or 0xD68470) is known color: New York Pink. HEX triplet: D6, 84 and 70. RGB value is (214,132,112). Sum of RGB (Red+Green+Blue) = 214+132+112=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D68470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68470 is #297B8F. Grayscale: #9A9A9A. Windows color (decimal): -2718608 or 7374038. OLE color: 7374038.

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

Color convert

RGB 214 132 112 -
CMYK 0 0.38 0.48 0.16
HSL 11.76º 0.55% 0.64% -
HSV(B) 11.76º 0.48% 0.84% -
XYZ 38.91 31.97 19.45 -
YUV 154.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 214 132 112 0 0.38 0.48 0.16 11.76 0.55 0.64
Hex D6 84 70 0 26 30 10 C 37 40
Octal 326 204 160 0 46 60 20 14 67 100
Binary 11010110 10000100 1110000 0 100110 110000 10000 1100 110111 1000000

Color Harmonies of #D68470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68470

Black with #D68470

Text Example


Text Example

White with #D68470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68470; }

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

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

background-color css

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

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

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

border-color css

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

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

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