Html Css Color HEX #DD856E New York Pink

📋 copy color: '#DD856E'

red 221 ◦ green 133 ◦ blue 110

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

Shades of New York Pink #DD856E

Tints of New York Pink #DD856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

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

R = 47.63%
G = 28.66%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD856E (or 0xDD856E) is known color: New York Pink. HEX triplet: DD, 85 and 6E. RGB value is (221,133,110). Sum of RGB (Red+Green+Blue) = 221+133+110=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD856E is #227A91. Grayscale: #9C9C9C. Windows color (decimal): -2259602 or 7243229. OLE color: 7243229.

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

Color convert

RGB 221 133 110 -
CMYK 0 0.40 0.50 0.13
HSL 12.43º 0.62% 0.65% -
HSV(B) 12.43º 0.5% 0.87% -
XYZ 41.02 33.27 19.01 -
YUV 156.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 221 133 110 0 0.40 0.50 0.13 12.43 0.62 0.65
Hex DD 85 6E 0 28 32 D C 3E 41
Octal 335 205 156 0 50 62 15 14 76 101
Binary 11011101 10000101 1101110 0 101000 110010 1101 1100 111110 1000001

Color Harmonies of #DD856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD856E

Black with #DD856E

Text Example


Text Example

White with #DD856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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