Html Css Color HEX #DD7B6C New York Pink

📋 copy color: '#DD7B6C'

red 221 ◦ green 123 ◦ blue 108

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

Shades of New York Pink #DD7B6C

Tints of New York Pink #DD7B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.21%

 BLUE value IS 108 (42.58% from 255) = 23.89%

R = 48.89%
G = 27.21%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD7B6C (or 0xDD7B6C) is known color: New York Pink. HEX triplet: DD, 7B and 6C. RGB value is (221,123,108). Sum of RGB (Red+Green+Blue) = 221+123+108=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B6C is #228493. Grayscale: #969696. Windows color (decimal): -2262164 or 7109597. OLE color: 7109597.

HSL color Cylindrical-coordinate representation of color #DD7B6C: hue angle of 7.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7B6C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 108 -
CMYK 0 0.44 0.51 0.13
HSL 7.96º 0.62% 0.65% -
HSV(B) 7.96º 0.51% 0.87% -
XYZ 39.61 30.62 18.01 -
YUV 150.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 221 123 108 0 0.44 0.51 0.13 7.96 0.62 0.65
Hex DD 7B 6C 0 2C 33 D 8 3E 41
Octal 335 173 154 0 54 63 15 10 76 101
Binary 11011101 1111011 1101100 0 101100 110011 1101 1000 111110 1000001

Color Harmonies of #DD7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B6C

Black with #DD7B6C

Text Example


Text Example

White with #DD7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B6C; }

 p { color: rgb(221,123,108); }

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

background-color css

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

 a { background-color: rgb(221,123,108); }

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

border-color css

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

 span { border-color: rgb(221,123,108); }

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