Html Css Color HEX #D68478 New York Pink

📋 copy color: '#D68478'

red 214 ◦ green 132 ◦ blue 120

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

Shades of New York Pink #D68478

Tints of New York Pink #D68478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.75%

R = 45.92%
G = 28.33%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D68478 (or 0xD68478) is known color: New York Pink. HEX triplet: D6, 84 and 78. RGB value is (214,132,120). Sum of RGB (Red+Green+Blue) = 214+132+120=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D68478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68478 is #297B87. Grayscale: #9B9B9B. Windows color (decimal): -2718600 or 7898326. OLE color: 7898326.

HSL color Cylindrical-coordinate representation of color #D68478: hue angle of 7.66º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68478 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 120 -
CMYK 0 0.38 0.44 0.16
HSL 7.66º 0.53% 0.65% -
HSV(B) 7.66º 0.44% 0.84% -
XYZ 39.37 32.15 21.9 -
YUV 155.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 214 132 120 0 0.38 0.44 0.16 7.66 0.53 0.65
Hex D6 84 78 0 26 2C 10 8 35 41
Octal 326 204 170 0 46 54 20 10 65 101
Binary 11010110 10000100 1111000 0 100110 101100 10000 1000 110101 1000001

Color Harmonies of #D68478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68478

Black with #D68478

Text Example


Text Example

White with #D68478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68478; }

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

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

background-color css

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

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

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

border-color css

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

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

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