Html Css Color HEX #D28675 New York Pink

📋 copy color: '#D28675'

red 210 ◦ green 134 ◦ blue 117

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

Shades of New York Pink #D28675

Tints of New York Pink #D28675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 45.55%
G = 29.07%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D28675 (or 0xD28675) is known color: New York Pink. HEX triplet: D2, 86 and 75. RGB value is (210,134,117). Sum of RGB (Red+Green+Blue) = 210+134+117=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28675 is #2D798A. Grayscale: #9A9A9A. Windows color (decimal): -2980235 or 7702226. OLE color: 7702226.

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

Color convert

RGB 210 134 117 -
CMYK 0 0.36 0.44 0.18
HSL 10.97º 0.51% 0.64% -
HSV(B) 10.97º 0.44% 0.82% -
XYZ 38.31 32.04 20.99 -
YUV 154.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 210 134 117 0 0.36 0.44 0.18 10.97 0.51 0.64
Hex D2 86 75 0 24 2C 12 B 33 40
Octal 322 206 165 0 44 54 22 13 63 100
Binary 11010010 10000110 1110101 0 100100 101100 10010 1011 110011 1000000

Color Harmonies of #D28675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28675

Black with #D28675

Text Example


Text Example

White with #D28675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28675; }

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

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

background-color css

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

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

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

border-color css

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

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

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