Html Css Color HEX #DD786B New York Pink

📋 copy color: '#DD786B'

red 221 ◦ green 120 ◦ blue 107

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

Shades of New York Pink #DD786B

Tints of New York Pink #DD786B

RGB

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

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

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

R = 49.33%
G = 26.79%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD786B (or 0xDD786B) is known color: New York Pink. HEX triplet: DD, 78 and 6B. RGB value is (221,120,107). Sum of RGB (Red+Green+Blue) = 221+120+107=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD786B is #228794. Grayscale: #949494. Windows color (decimal): -2262933 or 7043293. OLE color: 7043293.

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

Color convert

RGB 221 120 107 -
CMYK 0 0.46 0.52 0.13
HSL 6.84º 0.63% 0.64% -
HSV(B) 6.84º 0.52% 0.87% -
XYZ 39.19 29.87 17.61 -
YUV 148.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 221 120 107 0 0.46 0.52 0.13 6.84 0.63 0.64
Hex DD 78 6B 0 2E 34 D 7 3F 40
Octal 335 170 153 0 56 64 15 7 77 100
Binary 11011101 1111000 1101011 0 101110 110100 1101 111 111111 1000000

Color Harmonies of #DD786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD786B

Black with #DD786B

Text Example


Text Example

White with #DD786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD786B; }

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

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

background-color css

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

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

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

border-color css

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

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

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