Html Css Color HEX #DC886F New York Pink

📋 copy color: '#DC886F'

red 220 ◦ green 136 ◦ blue 111

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

Shades of New York Pink #DC886F

Tints of New York Pink #DC886F

RGB

 RED value IS 220 (86.33% from 255) = 47.11%

 GREEN value IS 136 (53.52% from 255) = 29.12%

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

R = 47.11%
G = 29.12%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC886F (or 0xDC886F) is known color: New York Pink. HEX triplet: DC, 88 and 6F. RGB value is (220,136,111). Sum of RGB (Red+Green+Blue) = 220+136+111=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC886F is #237790. Grayscale: #9E9E9E. Windows color (decimal): -2324369 or 7309532. OLE color: 7309532.

HSL color Cylindrical-coordinate representation of color #DC886F: hue angle of 13.76º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC886F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 111 -
CMYK 0 0.38 0.50 0.14
HSL 13.76º 0.61% 0.65% -
HSV(B) 13.76º 0.5% 0.86% -
XYZ 41.19 33.97 19.43 -
YUV 158.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 220 136 111 0 0.38 0.50 0.14 13.76 0.61 0.65
Hex DC 88 6F 0 26 32 E E 3D 41
Octal 334 210 157 0 46 62 16 16 75 101
Binary 11011100 10001000 1101111 0 100110 110010 1110 1110 111101 1000001

Color Harmonies of #DC886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC886F

Black with #DC886F

Text Example


Text Example

White with #DC886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC886F; }

 p { color: rgb(220,136,111); }

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

background-color css

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

 a { background-color: rgb(220,136,111); }

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

border-color css

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

 span { border-color: rgb(220,136,111); }

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