Html Css Color HEX #D28170 New York Pink

📋 copy color: '#D28170'

red 210 ◦ green 129 ◦ blue 112

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

Shades of New York Pink #D28170

Tints of New York Pink #D28170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.6%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 46.56%
G = 28.6%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D28170 (or 0xD28170) is known color: New York Pink. HEX triplet: D2, 81 and 70. RGB value is (210,129,112). Sum of RGB (Red+Green+Blue) = 210+129+112=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D28170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28170 is #2D7E8F. Grayscale: #979797. Windows color (decimal): -2981520 or 7373266. OLE color: 7373266.

HSL color Cylindrical-coordinate representation of color #D28170: hue angle of 10.41º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D28170 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 129 112 -
CMYK 0 0.39 0.47 0.18
HSL 10.41º 0.52% 0.63% -
HSV(B) 10.41º 0.47% 0.82% -
XYZ 37.35 30.57 19.26 -
YUV 151.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 210 129 112 0 0.39 0.47 0.18 10.41 0.52 0.63
Hex D2 81 70 0 27 2F 12 A 34 3F
Octal 322 201 160 0 47 57 22 12 64 77
Binary 11010010 10000001 1110000 0 100111 101111 10010 1010 110100 111111

Color Harmonies of #D28170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28170

Black with #D28170

Text Example


Text Example

White with #D28170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28170; }

 p { color: rgb(210,129,112); }

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

background-color css

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

 a { background-color: rgb(210,129,112); }

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

border-color css

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

 span { border-color: rgb(210,129,112); }

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