Html Css Color HEX #DD796F New York Pink

📋 copy color: '#DD796F'

red 221 ◦ green 121 ◦ blue 111

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

Shades of New York Pink #DD796F

Tints of New York Pink #DD796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.71%

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 48.79%
G = 26.71%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD796F (or 0xDD796F) is known color: New York Pink. HEX triplet: DD, 79 and 6F. RGB value is (221,121,111). Sum of RGB (Red+Green+Blue) = 221+121+111=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD796F is #228690. Grayscale: #959595. Windows color (decimal): -2262673 or 7305693. OLE color: 7305693.

HSL color Cylindrical-coordinate representation of color #DD796F: hue angle of 5.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD796F is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 111 -
CMYK 0 0.45 0.50 0.13
HSL 5.45º 0.62% 0.65% -
HSV(B) 5.45º 0.5% 0.87% -
XYZ 39.53 30.19 18.78 -
YUV 149.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 221 121 111 0 0.45 0.50 0.13 5.45 0.62 0.65
Hex DD 79 6F 0 2D 32 D 5 3E 41
Octal 335 171 157 0 55 62 15 5 76 101
Binary 11011101 1111001 1101111 0 101101 110010 1101 101 111110 1000001

Color Harmonies of #DD796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD796F

Black with #DD796F

Text Example


Text Example

White with #DD796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD796F; }

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

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

background-color css

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

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

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

border-color css

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

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

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