Html Css Color HEX #DD806A New York Pink

📋 copy color: '#DD806A'

red 221 ◦ green 128 ◦ blue 106

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

Shades of New York Pink #DD806A

Tints of New York Pink #DD806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.3%

R = 48.57%
G = 28.13%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD806A (or 0xDD806A) is known color: New York Pink. HEX triplet: DD, 80 and 6A. RGB value is (221,128,106). Sum of RGB (Red+Green+Blue) = 221+128+106=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD806A is #227F95. Grayscale: #999999. Windows color (decimal): -2260886 or 6979805. OLE color: 6979805.

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

Color convert

RGB 221 128 106 -
CMYK 0 0.42 0.52 0.13
HSL 11.48º 0.63% 0.64% -
HSV(B) 11.48º 0.52% 0.87% -
XYZ 40.14 31.85 17.67 -
YUV 153.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 221 128 106 0 0.42 0.52 0.13 11.48 0.63 0.64
Hex DD 80 6A 0 2A 34 D B 3F 40
Octal 335 200 152 0 52 64 15 13 77 100
Binary 11011101 10000000 1101010 0 101010 110100 1101 1011 111111 1000000

Color Harmonies of #DD806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD806A

Black with #DD806A

Text Example


Text Example

White with #DD806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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