Html Css Color HEX #DD7A68 New York Pink

📋 copy color: '#DD7A68'

red 221 ◦ green 122 ◦ blue 104

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

Shades of New York Pink #DD7A68

Tints of New York Pink #DD7A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 49.44%
G = 27.29%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD7A68 (or 0xDD7A68) is known color: New York Pink. HEX triplet: DD, 7A and 68. RGB value is (221,122,104). Sum of RGB (Red+Green+Blue) = 221+122+104=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A68 is #228597. Grayscale: #959595. Windows color (decimal): -2262424 or 6847197. OLE color: 6847197.

HSL color Cylindrical-coordinate representation of color #DD7A68: hue angle of 9.23º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD7A68 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 104 -
CMYK 0 0.45 0.53 0.13
HSL 9.23º 0.63% 0.64% -
HSV(B) 9.23º 0.53% 0.87% -
XYZ 39.28 30.29 16.87 -
YUV 149.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 221 122 104 0 0.45 0.53 0.13 9.23 0.63 0.64
Hex DD 7A 68 0 2D 35 D 9 3F 40
Octal 335 172 150 0 55 65 15 11 77 100
Binary 11011101 1111010 1101000 0 101101 110101 1101 1001 111111 1000000

Color Harmonies of #DD7A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A68

Black with #DD7A68

Text Example


Text Example

White with #DD7A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A68; }

 p { color: rgb(221,122,104); }

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

background-color css

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

 a { background-color: rgb(221,122,104); }

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

border-color css

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

 span { border-color: rgb(221,122,104); }

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