Html Css Color HEX #DD8A75 New York Pink

📋 copy color: '#DD8A75'

red 221 ◦ green 138 ◦ blue 117

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

Shades of New York Pink #DD8A75

Tints of New York Pink #DD8A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

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

R = 46.43%
G = 28.99%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD8A75 (or 0xDD8A75) is known color: New York Pink. HEX triplet: DD, 8A and 75. RGB value is (221,138,117). Sum of RGB (Red+Green+Blue) = 221+138+117=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A75 is #22758A. Grayscale: #A0A0A0. Windows color (decimal): -2258315 or 7703261. OLE color: 7703261.

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

Color convert

RGB 221 138 117 -
CMYK 0 0.38 0.47 0.13
HSL 12.12º 0.6% 0.66% -
HSV(B) 12.12º 0.47% 0.87% -
XYZ 42.12 34.83 21.33 -
YUV 160.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 221 138 117 0 0.38 0.47 0.13 12.12 0.6 0.66
Hex DD 8A 75 0 26 2F D C 3C 42
Octal 335 212 165 0 46 57 15 14 74 102
Binary 11011101 10001010 1110101 0 100110 101111 1101 1100 111100 1000010

Color Harmonies of #DD8A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A75

Black with #DD8A75

Text Example


Text Example

White with #DD8A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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