Html Css Color HEX #DD786D New York Pink

📋 copy color: '#DD786D'

red 221 ◦ green 120 ◦ blue 109

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

Shades of New York Pink #DD786D

Tints of New York Pink #DD786D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

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

R = 49.11%
G = 26.67%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD786D (or 0xDD786D) is known color: New York Pink. HEX triplet: DD, 78 and 6D. RGB value is (221,120,109). Sum of RGB (Red+Green+Blue) = 221+120+109=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD786D is #228792. Grayscale: #959595. Windows color (decimal): -2262931 or 7174365. OLE color: 7174365.

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

Color convert

RGB 221 120 109 -
CMYK 0 0.46 0.51 0.13
HSL 5.89º 0.62% 0.65% -
HSV(B) 5.89º 0.51% 0.87% -
XYZ 39.3 29.91 18.17 -
YUV 148.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 221 120 109 0 0.46 0.51 0.13 5.89 0.62 0.65
Hex DD 78 6D 0 2E 33 D 6 3E 41
Octal 335 170 155 0 56 63 15 6 76 101
Binary 11011101 1111000 1101101 0 101110 110011 1101 110 111110 1000001

Color Harmonies of #DD786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD786D

Black with #DD786D

Text Example


Text Example

White with #DD786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD786D; }

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

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

background-color css

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

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

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

border-color css

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

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

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