Html Css Color HEX #DD806E New York Pink

📋 copy color: '#DD806E'

red 221 ◦ green 128 ◦ blue 110

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

Shades of New York Pink #DD806E

Tints of New York Pink #DD806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 48.15%
G = 27.89%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD806E (or 0xDD806E) is known color: New York Pink. HEX triplet: DD, 80 and 6E. RGB value is (221,128,110). Sum of RGB (Red+Green+Blue) = 221+128+110=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD806E is #227F91. Grayscale: #999999. Windows color (decimal): -2260882 or 7241949. OLE color: 7241949.

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

Color convert

RGB 221 128 110 -
CMYK 0 0.42 0.50 0.13
HSL 9.73º 0.62% 0.65% -
HSV(B) 9.73º 0.5% 0.87% -
XYZ 40.35 31.94 18.79 -
YUV 153.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 221 128 110 0 0.42 0.50 0.13 9.73 0.62 0.65
Hex DD 80 6E 0 2A 32 D A 3E 41
Octal 335 200 156 0 52 62 15 12 76 101
Binary 11011101 10000000 1101110 0 101010 110010 1101 1010 111110 1000001

Color Harmonies of #DD806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD806E

Black with #DD806E

Text Example


Text Example

White with #DD806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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