Html Css Color HEX #D68678 New York Pink

📋 copy color: '#D68678'

red 214 ◦ green 134 ◦ blue 120

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

Shades of New York Pink #D68678

Tints of New York Pink #D68678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.63%

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

R = 45.73%
G = 28.63%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D68678 (or 0xD68678) is known color: New York Pink. HEX triplet: D6, 86 and 78. RGB value is (214,134,120). Sum of RGB (Red+Green+Blue) = 214+134+120=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D68678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68678 is #297987. Grayscale: #9C9C9C. Windows color (decimal): -2718088 or 7898838. OLE color: 7898838.

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

Color convert

RGB 214 134 120 -
CMYK 0 0.37 0.44 0.16
HSL 8.94º 0.53% 0.65% -
HSV(B) 8.94º 0.44% 0.84% -
XYZ 39.65 32.7 21.99 -
YUV 156.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 214 134 120 0 0.37 0.44 0.16 8.94 0.53 0.65
Hex D6 86 78 0 25 2C 10 9 35 41
Octal 326 206 170 0 45 54 20 11 65 101
Binary 11010110 10000110 1111000 0 100101 101100 10000 1001 110101 1000001

Color Harmonies of #D68678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68678

Black with #D68678

Text Example


Text Example

White with #D68678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68678; }

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

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

background-color css

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

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

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

border-color css

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

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

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