Html Css Color HEX #DE8C73 New York Pink

📋 copy color: '#DE8C73'

red 222 ◦ green 140 ◦ blue 115

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

Shades of New York Pink #DE8C73

Tints of New York Pink #DE8C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 115 (45.31% from 255) = 24.11%

R = 46.54%
G = 29.35%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE8C73 (or 0xDE8C73) is known color: New York Pink. HEX triplet: DE, 8C and 73. RGB value is (222,140,115). Sum of RGB (Red+Green+Blue) = 222+140+115=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8C73 is #21738C. Grayscale: #A1A1A1. Windows color (decimal): -2192269 or 7572702. OLE color: 7572702.

HSL color Cylindrical-coordinate representation of color #DE8C73: hue angle of 14.02º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE8C73 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 140 115 -
CMYK 0 0.37 0.48 0.13
HSL 14.02º 0.62% 0.66% -
HSV(B) 14.02º 0.48% 0.87% -
XYZ 42.6 35.52 20.83 -
YUV 161.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 222 140 115 0 0.37 0.48 0.13 14.02 0.62 0.66
Hex DE 8C 73 0 25 30 D E 3E 42
Octal 336 214 163 0 45 60 15 16 76 102
Binary 11011110 10001100 1110011 0 100101 110000 1101 1110 111110 1000010

Color Harmonies of #DE8C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C73

Black with #DE8C73

Text Example


Text Example

White with #DE8C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C73; }

 p { color: rgb(222,140,115); }

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

background-color css

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

 a { background-color: rgb(222,140,115); }

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

border-color css

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

 span { border-color: rgb(222,140,115); }

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