Html Css Color HEX #DD796B New York Pink

📋 copy color: '#DD796B'

red 221 ◦ green 121 ◦ blue 107

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

Shades of New York Pink #DD796B

Tints of New York Pink #DD796B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.83%

R = 49.22%
G = 26.95%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD796B (or 0xDD796B) is known color: New York Pink. HEX triplet: DD, 79 and 6B. RGB value is (221,121,107). Sum of RGB (Red+Green+Blue) = 221+121+107=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD796B is #228694. Grayscale: #959595. Windows color (decimal): -2262677 or 7043549. OLE color: 7043549.

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

Color convert

RGB 221 121 107 -
CMYK 0 0.45 0.52 0.13
HSL 7.37º 0.63% 0.64% -
HSV(B) 7.37º 0.52% 0.87% -
XYZ 39.31 30.11 17.65 -
YUV 149.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 221 121 107 0 0.45 0.52 0.13 7.37 0.63 0.64
Hex DD 79 6B 0 2D 34 D 7 3F 40
Octal 335 171 153 0 55 64 15 7 77 100
Binary 11011101 1111001 1101011 0 101101 110100 1101 111 111111 1000000

Color Harmonies of #DD796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD796B

Black with #DD796B

Text Example


Text Example

White with #DD796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD796B; }

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

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

background-color css

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

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

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

border-color css

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

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

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