Html Css Color HEX #DD7C67 New York Pink

📋 copy color: '#DD7C67'

red 221 ◦ green 124 ◦ blue 103

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

Shades of New York Pink #DD7C67

Tints of New York Pink #DD7C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.99%

R = 49.33%
G = 27.68%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD7C67 (or 0xDD7C67) is known color: New York Pink. HEX triplet: DD, 7C and 67. RGB value is (221,124,103). Sum of RGB (Red+Green+Blue) = 221+124+103=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C67 is #228398. Grayscale: #969696. Windows color (decimal): -2261913 or 6782173. OLE color: 6782173.

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

Color convert

RGB 221 124 103 -
CMYK 0 0.44 0.53 0.13
HSL 10.68º 0.63% 0.64% -
HSV(B) 10.68º 0.53% 0.87% -
XYZ 39.47 30.77 16.69 -
YUV 150.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 221 124 103 0 0.44 0.53 0.13 10.68 0.63 0.64
Hex DD 7C 67 0 2C 35 D B 3F 40
Octal 335 174 147 0 54 65 15 13 77 100
Binary 11011101 1111100 1100111 0 101100 110101 1101 1011 111111 1000000

Color Harmonies of #DD7C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C67

Black with #DD7C67

Text Example


Text Example

White with #DD7C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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