Html Css Color HEX #DD8B76 New York Pink

📋 copy color: '#DD8B76'

red 221 ◦ green 139 ◦ blue 118

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

Shades of New York Pink #DD8B76

Tints of New York Pink #DD8B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

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

R = 46.23%
G = 29.08%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD8B76 (or 0xDD8B76) is known color: New York Pink. HEX triplet: DD, 8B and 76. RGB value is (221,139,118). Sum of RGB (Red+Green+Blue) = 221+139+118=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B76 is #227489. Grayscale: #A1A1A1. Windows color (decimal): -2258058 or 7769053. OLE color: 7769053.

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

Color convert

RGB 221 139 118 -
CMYK 0 0.37 0.47 0.13
HSL 12.23º 0.6% 0.66% -
HSV(B) 12.23º 0.47% 0.87% -
XYZ 42.32 35.15 21.69 -
YUV 161.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 221 139 118 0 0.37 0.47 0.13 12.23 0.6 0.66
Hex DD 8B 76 0 25 2F D C 3C 42
Octal 335 213 166 0 45 57 15 14 74 102
Binary 11011101 10001011 1110110 0 100101 101111 1101 1100 111100 1000010

Color Harmonies of #DD8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B76

Black with #DD8B76

Text Example


Text Example

White with #DD8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B76; }

 p { color: rgb(221,139,118); }

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

background-color css

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

 a { background-color: rgb(221,139,118); }

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

border-color css

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

 span { border-color: rgb(221,139,118); }

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