Html Css Color HEX #DD8C75 New York Pink

📋 copy color: '#DD8C75'

red 221 ◦ green 140 ◦ blue 117

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

Shades of New York Pink #DD8C75

Tints of New York Pink #DD8C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.48%

R = 46.23%
G = 29.29%
B = 24.48%

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

#DD8C75 (or 0xDD8C75) is known color: New York Pink. HEX triplet: DD, 8C and 75. RGB value is (221,140,117). Sum of RGB (Red+Green+Blue) = 221+140+117=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C75 is #22738A. Grayscale: #A1A1A1. Windows color (decimal): -2257803 or 7703773. OLE color: 7703773.

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

Color convert

RGB 221 140 117 -
CMYK 0 0.37 0.47 0.13
HSL 13.27º 0.6% 0.66% -
HSV(B) 13.27º 0.47% 0.87% -
XYZ 42.41 35.41 21.43 -
YUV 161.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 221 140 117 0 0.37 0.47 0.13 13.27 0.6 0.66
Hex DD 8C 75 0 25 2F D D 3C 42
Octal 335 214 165 0 45 57 15 15 74 102
Binary 11011101 10001100 1110101 0 100101 101111 1101 1101 111100 1000010

Color Harmonies of #DD8C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C75

Black with #DD8C75

Text Example


Text Example

White with #DD8C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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