Html Css Color HEX #DD866D New York Pink

📋 copy color: '#DD866D'

red 221 ◦ green 134 ◦ blue 109

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

Shades of New York Pink #DD866D

Tints of New York Pink #DD866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.88%

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

R = 47.63%
G = 28.88%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD866D (or 0xDD866D) is known color: New York Pink. HEX triplet: DD, 86 and 6D. RGB value is (221,134,109). Sum of RGB (Red+Green+Blue) = 221+134+109=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD866D is #227992. Grayscale: #9D9D9D. Windows color (decimal): -2259347 or 7177949. OLE color: 7177949.

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

Color convert

RGB 221 134 109 -
CMYK 0 0.39 0.51 0.13
HSL 13.39º 0.62% 0.65% -
HSV(B) 13.39º 0.51% 0.87% -
XYZ 41.1 33.53 18.77 -
YUV 157.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 221 134 109 0 0.39 0.51 0.13 13.39 0.62 0.65
Hex DD 86 6D 0 27 33 D D 3E 41
Octal 335 206 155 0 47 63 15 15 76 101
Binary 11011101 10000110 1101101 0 100111 110011 1101 1101 111110 1000001

Color Harmonies of #DD866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD866D

Black with #DD866D

Text Example


Text Example

White with #DD866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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