Html Css Color HEX #DD796C New York Pink

📋 copy color: '#DD796C'

red 221 ◦ green 121 ◦ blue 108

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

Shades of New York Pink #DD796C

Tints of New York Pink #DD796C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24%

R = 49.11%
G = 26.89%
B = 24%

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

#DD796C (or 0xDD796C) is known color: New York Pink. HEX triplet: DD, 79 and 6C. RGB value is (221,121,108). Sum of RGB (Red+Green+Blue) = 221+121+108=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD796C is #228693. Grayscale: #959595. Windows color (decimal): -2262676 or 7109085. OLE color: 7109085.

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

Color convert

RGB 221 121 108 -
CMYK 0 0.45 0.51 0.13
HSL 6.9º 0.62% 0.65% -
HSV(B) 6.9º 0.51% 0.87% -
XYZ 39.36 30.13 17.93 -
YUV 149.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 221 121 108 0 0.45 0.51 0.13 6.9 0.62 0.65
Hex DD 79 6C 0 2D 33 D 7 3E 41
Octal 335 171 154 0 55 63 15 7 76 101
Binary 11011101 1111001 1101100 0 101101 110011 1101 111 111110 1000001

Color Harmonies of #DD796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD796C

Black with #DD796C

Text Example


Text Example

White with #DD796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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