Html Css Color HEX #DD7C69 New York Pink

📋 copy color: '#DD7C69'

red 221 ◦ green 124 ◦ blue 105

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

Shades of New York Pink #DD7C69

Tints of New York Pink #DD7C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.56%

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 49.11%
G = 27.56%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD7C69 (or 0xDD7C69) is known color: New York Pink. HEX triplet: DD, 7C and 69. RGB value is (221,124,105). Sum of RGB (Red+Green+Blue) = 221+124+105=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C69 is #228396. Grayscale: #979797. Windows color (decimal): -2261911 or 6913245. OLE color: 6913245.

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

Color convert

RGB 221 124 105 -
CMYK 0 0.44 0.52 0.13
HSL 9.83º 0.63% 0.64% -
HSV(B) 9.83º 0.52% 0.87% -
XYZ 39.58 30.81 17.23 -
YUV 150.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 221 124 105 0 0.44 0.52 0.13 9.83 0.63 0.64
Hex DD 7C 69 0 2C 34 D A 3F 40
Octal 335 174 151 0 54 64 15 12 77 100
Binary 11011101 1111100 1101001 0 101100 110100 1101 1010 111111 1000000

Color Harmonies of #DD7C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C69

Black with #DD7C69

Text Example


Text Example

White with #DD7C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C69; }

 p { color: rgb(221,124,105); }

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

background-color css

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

 a { background-color: rgb(221,124,105); }

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

border-color css

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

 span { border-color: rgb(221,124,105); }

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