Html Css Color HEX #DC856F New York Pink

📋 copy color: '#DC856F'

red 220 ◦ green 133 ◦ blue 111

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

Shades of New York Pink #DC856F

Tints of New York Pink #DC856F

RGB

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

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

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

R = 47.41%
G = 28.66%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC856F (or 0xDC856F) is known color: New York Pink. HEX triplet: DC, 85 and 6F. RGB value is (220,133,111). Sum of RGB (Red+Green+Blue) = 220+133+111=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC856F is #237A90. Grayscale: #9C9C9C. Windows color (decimal): -2325137 or 7308764. OLE color: 7308764.

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

Color convert

RGB 220 133 111 -
CMYK 0 0.40 0.50 0.14
HSL 12.11º 0.61% 0.65% -
HSV(B) 12.11º 0.5% 0.86% -
XYZ 40.77 33.14 19.29 -
YUV 156.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 220 133 111 0 0.40 0.50 0.14 12.11 0.61 0.65
Hex DC 85 6F 0 28 32 E C 3D 41
Octal 334 205 157 0 50 62 16 14 75 101
Binary 11011100 10000101 1101111 0 101000 110010 1110 1100 111101 1000001

Color Harmonies of #DC856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC856F

Black with #DC856F

Text Example


Text Example

White with #DC856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC856F; }

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

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

background-color css

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

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

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

border-color css

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

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

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