Html Css Color HEX #DD796D New York Pink

📋 copy color: '#DD796D'

red 221 ◦ green 121 ◦ blue 109

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

Shades of New York Pink #DD796D

Tints of New York Pink #DD796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 49%
G = 26.83%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD796D (or 0xDD796D) is known color: New York Pink. HEX triplet: DD, 79 and 6D. RGB value is (221,121,109). Sum of RGB (Red+Green+Blue) = 221+121+109=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD796D is #228692. Grayscale: #959595. Windows color (decimal): -2262675 or 7174621. OLE color: 7174621.

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

Color convert

RGB 221 121 109 -
CMYK 0 0.45 0.51 0.13
HSL 6.43º 0.62% 0.65% -
HSV(B) 6.43º 0.51% 0.87% -
XYZ 39.42 30.15 18.21 -
YUV 149.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 221 121 109 0 0.45 0.51 0.13 6.43 0.62 0.65
Hex DD 79 6D 0 2D 33 D 6 3E 41
Octal 335 171 155 0 55 63 15 6 76 101
Binary 11011101 1111001 1101101 0 101101 110011 1101 110 111110 1000001

Color Harmonies of #DD796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD796D

Black with #DD796D

Text Example


Text Example

White with #DD796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD796D; }

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

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

background-color css

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

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

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

border-color css

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

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

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