Html Css Color HEX #D68473 New York Pink

📋 copy color: '#D68473'

red 214 ◦ green 132 ◦ blue 115

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

Shades of New York Pink #D68473

Tints of New York Pink #D68473

RGB

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

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

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

R = 46.42%
G = 28.63%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D68473 (or 0xD68473) is known color: New York Pink. HEX triplet: D6, 84 and 73. RGB value is (214,132,115). Sum of RGB (Red+Green+Blue) = 214+132+115=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68473 is #297B8C. Grayscale: #9A9A9A. Windows color (decimal): -2718605 or 7570646. OLE color: 7570646.

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

Color convert

RGB 214 132 115 -
CMYK 0 0.38 0.46 0.16
HSL 10.3º 0.55% 0.65% -
HSV(B) 10.3º 0.46% 0.84% -
XYZ 39.08 32.04 20.34 -
YUV 154.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 214 132 115 0 0.38 0.46 0.16 10.3 0.55 0.65
Hex D6 84 73 0 26 2E 10 A 37 41
Octal 326 204 163 0 46 56 20 12 67 101
Binary 11010110 10000100 1110011 0 100110 101110 10000 1010 110111 1000001

Color Harmonies of #D68473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68473

Black with #D68473

Text Example


Text Example

White with #D68473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68473; }

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

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

background-color css

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

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

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

border-color css

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

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

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