Html Css Color HEX #DD806D New York Pink

📋 copy color: '#DD806D'

red 221 ◦ green 128 ◦ blue 109

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

Shades of New York Pink #DD806D

Tints of New York Pink #DD806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

 BLUE value IS 109 (42.97% from 255) = 23.8%

R = 48.25%
G = 27.95%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD806D (or 0xDD806D) is known color: New York Pink. HEX triplet: DD, 80 and 6D. RGB value is (221,128,109). Sum of RGB (Red+Green+Blue) = 221+128+109=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD806D is #227F92. Grayscale: #999999. Windows color (decimal): -2260883 or 7176413. OLE color: 7176413.

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

Color convert

RGB 221 128 109 -
CMYK 0 0.42 0.51 0.13
HSL 10.18º 0.62% 0.65% -
HSV(B) 10.18º 0.51% 0.87% -
XYZ 40.3 31.91 18.5 -
YUV 153.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 221 128 109 0 0.42 0.51 0.13 10.18 0.62 0.65
Hex DD 80 6D 0 2A 33 D A 3E 41
Octal 335 200 155 0 52 63 15 12 76 101
Binary 11011101 10000000 1101101 0 101010 110011 1101 1010 111110 1000001

Color Harmonies of #DD806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD806D

Black with #DD806D

Text Example


Text Example

White with #DD806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD806D; }

 p { color: rgb(221,128,109); }

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

background-color css

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

 a { background-color: rgb(221,128,109); }

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

border-color css

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

 span { border-color: rgb(221,128,109); }

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