Html Css Color HEX #DE8D76 New York Pink

📋 copy color: '#DE8D76'

red 222 ◦ green 141 ◦ blue 118

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

Shades of New York Pink #DE8D76

Tints of New York Pink #DE8D76

RGB

 RED value IS 222 (87.11% from 255) = 46.15%

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 46.15%
G = 29.31%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE8D76 (or 0xDE8D76) is known color: New York Pink. HEX triplet: DE, 8D and 76. RGB value is (222,141,118). Sum of RGB (Red+Green+Blue) = 222+141+118=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8D76 is #217289. Grayscale: #A2A2A2. Windows color (decimal): -2192010 or 7769566. OLE color: 7769566.

HSL color Cylindrical-coordinate representation of color #DE8D76: hue angle of 13.27º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE8D76 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 141 118 -
CMYK 0 0.36 0.47 0.13
HSL 13.27º 0.61% 0.67% -
HSV(B) 13.27º 0.47% 0.87% -
XYZ 42.92 35.89 21.8 -
YUV 162.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 222 141 118 0 0.36 0.47 0.13 13.27 0.61 0.67
Hex DE 8D 76 0 24 2F D D 3D 43
Octal 336 215 166 0 44 57 15 15 75 103
Binary 11011110 10001101 1110110 0 100100 101111 1101 1101 111101 1000011

Color Harmonies of #DE8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D76

Black with #DE8D76

Text Example


Text Example

White with #DE8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D76; }

 p { color: rgb(222,141,118); }

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

background-color css

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

 a { background-color: rgb(222,141,118); }

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

border-color css

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

 span { border-color: rgb(222,141,118); }

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