Html Css Color HEX #DD8C79 New York Pink

📋 copy color: '#DD8C79'

red 221 ◦ green 140 ◦ blue 121

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

Shades of New York Pink #DD8C79

Tints of New York Pink #DD8C79

RGB

 RED value IS 221 (86.72% from 255) = 45.85%

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

 BLUE value IS 121 (47.66% from 255) = 25.1%

R = 45.85%
G = 29.05%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD8C79 (or 0xDD8C79) is known color: New York Pink. HEX triplet: DD, 8C and 79. RGB value is (221,140,121). Sum of RGB (Red+Green+Blue) = 221+140+121=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C79 is #227386. Grayscale: #A2A2A2. Windows color (decimal): -2257799 or 7965917. OLE color: 7965917.

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

Color convert

RGB 221 140 121 -
CMYK 0 0.37 0.45 0.13
HSL 11.4º 0.6% 0.67% -
HSV(B) 11.4º 0.45% 0.87% -
XYZ 42.65 35.51 22.7 -
YUV 162.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 221 140 121 0 0.37 0.45 0.13 11.4 0.6 0.67
Hex DD 8C 79 0 25 2D D B 3C 43
Octal 335 214 171 0 45 55 15 13 74 103
Binary 11011101 10001100 1111001 0 100101 101101 1101 1011 111100 1000011

Color Harmonies of #DD8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C79

Black with #DD8C79

Text Example


Text Example

White with #DD8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C79; }

 p { color: rgb(221,140,121); }

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

background-color css

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

 a { background-color: rgb(221,140,121); }

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

border-color css

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

 span { border-color: rgb(221,140,121); }

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