Html Css Color HEX #DC856D New York Pink

📋 copy color: '#DC856D'

red 220 ◦ green 133 ◦ blue 109

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

Shades of New York Pink #DC856D

Tints of New York Pink #DC856D

RGB

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

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

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

R = 47.62%
G = 28.79%
B = 23.59%

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

#DC856D (or 0xDC856D) is known color: New York Pink. HEX triplet: DC, 85 and 6D. RGB value is (220,133,109). Sum of RGB (Red+Green+Blue) = 220+133+109=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC856D is #237A92. Grayscale: #9C9C9C. Windows color (decimal): -2325139 or 7177692. OLE color: 7177692.

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

Color convert

RGB 220 133 109 -
CMYK 0 0.40 0.50 0.14
HSL 12.97º 0.61% 0.65% -
HSV(B) 12.97º 0.5% 0.86% -
XYZ 40.66 33.09 18.71 -
YUV 156.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 220 133 109 0 0.40 0.50 0.14 12.97 0.61 0.65
Hex DC 85 6D 0 28 32 E D 3D 41
Octal 334 205 155 0 50 62 16 15 75 101
Binary 11011100 10000101 1101101 0 101000 110010 1110 1101 111101 1000001

Color Harmonies of #DC856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC856D

Black with #DC856D

Text Example


Text Example

White with #DC856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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