Html Css Color HEX #D58678 New York Pink

📋 copy color: '#D58678'

red 213 ◦ green 134 ◦ blue 120

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

Shades of New York Pink #D58678

Tints of New York Pink #D58678

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

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

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

R = 45.61%
G = 28.69%
B = 25.7%

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

#D58678 (or 0xD58678) is known color: New York Pink. HEX triplet: D5, 86 and 78. RGB value is (213,134,120). Sum of RGB (Red+Green+Blue) = 213+134+120=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D58678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58678 is #2A7987. Grayscale: #9C9C9C. Windows color (decimal): -2783624 or 7898837. OLE color: 7898837.

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

Color convert

RGB 213 134 120 -
CMYK 0 0.37 0.44 0.16
HSL 9.03º 0.53% 0.65% -
HSV(B) 9.03º 0.44% 0.84% -
XYZ 39.36 32.55 21.98 -
YUV 156.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 213 134 120 0 0.37 0.44 0.16 9.03 0.53 0.65
Hex D5 86 78 0 25 2C 10 9 35 41
Octal 325 206 170 0 45 54 20 11 65 101
Binary 11010101 10000110 1111000 0 100101 101100 10000 1001 110101 1000001

Color Harmonies of #D58678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58678

Black with #D58678

Text Example


Text Example

White with #D58678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58678; }

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

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

background-color css

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

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

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

border-color css

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

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

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