Html Css Color HEX #D28774 New York Pink

📋 copy color: '#D28774'

red 210 ◦ green 135 ◦ blue 116

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

Shades of New York Pink #D28774

Tints of New York Pink #D28774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.28%

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

R = 45.55%
G = 29.28%
B = 25.16%

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

#D28774 (or 0xD28774) is known color: New York Pink. HEX triplet: D2, 87 and 74. RGB value is (210,135,116). Sum of RGB (Red+Green+Blue) = 210+135+116=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28774 is #2D788B. Grayscale: #9B9B9B. Windows color (decimal): -2979980 or 7636946. OLE color: 7636946.

HSL color Cylindrical-coordinate representation of color #D28774: hue angle of 12.13º 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 #D28774 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 135 116 -
CMYK 0 0.36 0.45 0.18
HSL 12.13º 0.51% 0.64% -
HSV(B) 12.13º 0.45% 0.82% -
XYZ 38.39 32.29 20.73 -
YUV 155.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 210 135 116 0 0.36 0.45 0.18 12.13 0.51 0.64
Hex D2 87 74 0 24 2D 12 C 33 40
Octal 322 207 164 0 44 55 22 14 63 100
Binary 11010010 10000111 1110100 0 100100 101101 10010 1100 110011 1000000

Color Harmonies of #D28774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28774

Black with #D28774

Text Example


Text Example

White with #D28774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28774; }

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

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

background-color css

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

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

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

border-color css

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

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

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