Html Css Color HEX #DD8B74 New York Pink

📋 copy color: '#DD8B74'

red 221 ◦ green 139 ◦ blue 116

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

Shades of New York Pink #DD8B74

Tints of New York Pink #DD8B74

RGB

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

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

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

R = 46.43%
G = 29.2%
B = 24.37%

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

#DD8B74 (or 0xDD8B74) is known color: New York Pink. HEX triplet: DD, 8B and 74. RGB value is (221,139,116). Sum of RGB (Red+Green+Blue) = 221+139+116=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B74 is #22748B. Grayscale: #A1A1A1. Windows color (decimal): -2258060 or 7637981. OLE color: 7637981.

HSL color Cylindrical-coordinate representation of color #DD8B74: hue angle of 13.14º degrees, saturation: 0.61, 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 #DD8B74 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 139 116 -
CMYK 0 0.37 0.48 0.13
HSL 13.14º 0.61% 0.66% -
HSV(B) 13.14º 0.48% 0.87% -
XYZ 42.2 35.1 21.07 -
YUV 160.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 221 139 116 0 0.37 0.48 0.13 13.14 0.61 0.66
Hex DD 8B 74 0 25 30 D D 3D 42
Octal 335 213 164 0 45 60 15 15 75 102
Binary 11011101 10001011 1110100 0 100101 110000 1101 1101 111101 1000010

Color Harmonies of #DD8B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B74

Black with #DD8B74

Text Example


Text Example

White with #DD8B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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