Html Css Color HEX #DD806C New York Pink

📋 copy color: '#DD806C'

red 221 ◦ green 128 ◦ blue 108

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

Shades of New York Pink #DD806C

Tints of New York Pink #DD806C

RGB

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

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

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

R = 48.36%
G = 28.01%
B = 23.63%

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

#DD806C (or 0xDD806C) is known color: New York Pink. HEX triplet: DD, 80 and 6C. RGB value is (221,128,108). Sum of RGB (Red+Green+Blue) = 221+128+108=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD806C is #227F93. Grayscale: #999999. Windows color (decimal): -2260884 or 7110877. OLE color: 7110877.

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

Color convert

RGB 221 128 108 -
CMYK 0 0.42 0.51 0.13
HSL 10.62º 0.62% 0.65% -
HSV(B) 10.62º 0.51% 0.87% -
XYZ 40.24 31.89 18.22 -
YUV 153.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 221 128 108 0 0.42 0.51 0.13 10.62 0.62 0.65
Hex DD 80 6C 0 2A 33 D B 3E 41
Octal 335 200 154 0 52 63 15 13 76 101
Binary 11011101 10000000 1101100 0 101010 110011 1101 1011 111110 1000001

Color Harmonies of #DD806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD806C

Black with #DD806C

Text Example


Text Example

White with #DD806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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