Html Css Color HEX #DD776B New York Pink

📋 copy color: '#DD776B'

red 221 ◦ green 119 ◦ blue 107

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

Shades of New York Pink #DD776B

Tints of New York Pink #DD776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.62%

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

R = 49.44%
G = 26.62%
B = 23.94%

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

#DD776B (or 0xDD776B) is known color: New York Pink. HEX triplet: DD, 77 and 6B. RGB value is (221,119,107). Sum of RGB (Red+Green+Blue) = 221+119+107=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776B is #228894. Grayscale: #949494. Windows color (decimal): -2263189 or 7043037. OLE color: 7043037.

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

Color convert

RGB 221 119 107 -
CMYK 0 0.46 0.52 0.13
HSL 6.32º 0.63% 0.64% -
HSV(B) 6.32º 0.52% 0.87% -
XYZ 39.07 29.63 17.57 -
YUV 148.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 221 119 107 0 0.46 0.52 0.13 6.32 0.63 0.64
Hex DD 77 6B 0 2E 34 D 6 3F 40
Octal 335 167 153 0 56 64 15 6 77 100
Binary 11011101 1110111 1101011 0 101110 110100 1101 110 111111 1000000

Color Harmonies of #DD776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD776B

Black with #DD776B

Text Example


Text Example

White with #DD776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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