Html Css Color HEX #D28674 New York Pink

📋 copy color: '#D28674'

red 210 ◦ green 134 ◦ blue 116

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

Shades of New York Pink #D28674

Tints of New York Pink #D28674

RGB

 RED value IS 210 (82.42% from 255) = 45.65%

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

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 45.65%
G = 29.13%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D28674 (or 0xD28674) is known color: New York Pink. HEX triplet: D2, 86 and 74. RGB value is (210,134,116). Sum of RGB (Red+Green+Blue) = 210+134+116=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D28674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28674 is #2D798B. Grayscale: #9A9A9A. Windows color (decimal): -2980236 or 7636690. OLE color: 7636690.

HSL color Cylindrical-coordinate representation of color #D28674: hue angle of 11.49º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D28674 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 116 -
CMYK 0 0.36 0.45 0.18
HSL 11.49º 0.51% 0.64% -
HSV(B) 11.49º 0.45% 0.82% -
XYZ 38.26 32.01 20.69 -
YUV 154.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 210 134 116 0 0.36 0.45 0.18 11.49 0.51 0.64
Hex D2 86 74 0 24 2D 12 B 33 40
Octal 322 206 164 0 44 55 22 13 63 100
Binary 11010010 10000110 1110100 0 100100 101101 10010 1011 110011 1000000

Color Harmonies of #D28674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28674

Black with #D28674

Text Example


Text Example

White with #D28674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28674; }

 p { color: rgb(210,134,116); }

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

background-color css

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

 a { background-color: rgb(210,134,116); }

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

border-color css

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

 span { border-color: rgb(210,134,116); }

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