Html Css Color HEX #DD866F New York Pink

📋 copy color: '#DD866F'

red 221 ◦ green 134 ◦ blue 111

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

Shades of New York Pink #DD866F

Tints of New York Pink #DD866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 47.42%
G = 28.76%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD866F (or 0xDD866F) is known color: New York Pink. HEX triplet: DD, 86 and 6F. RGB value is (221,134,111). Sum of RGB (Red+Green+Blue) = 221+134+111=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD866F is #227990. Grayscale: #9D9D9D. Windows color (decimal): -2259345 or 7309021. OLE color: 7309021.

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

Color convert

RGB 221 134 111 -
CMYK 0 0.39 0.50 0.13
HSL 12.55º 0.62% 0.65% -
HSV(B) 12.55º 0.5% 0.87% -
XYZ 41.21 33.57 19.35 -
YUV 157.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 221 134 111 0 0.39 0.50 0.13 12.55 0.62 0.65
Hex DD 86 6F 0 27 32 D D 3E 41
Octal 335 206 157 0 47 62 15 15 76 101
Binary 11011101 10000110 1101111 0 100111 110010 1101 1101 111110 1000001

Color Harmonies of #DD866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD866F

Black with #DD866F

Text Example


Text Example

White with #DD866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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