Html Css Color HEX #DC826F New York Pink

📋 copy color: '#DC826F'

red 220 ◦ green 130 ◦ blue 111

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

Shades of New York Pink #DC826F

Tints of New York Pink #DC826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

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

R = 47.72%
G = 28.2%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC826F (or 0xDC826F) is known color: New York Pink. HEX triplet: DC, 82 and 6F. RGB value is (220,130,111). Sum of RGB (Red+Green+Blue) = 220+130+111=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC826F is #237D90. Grayscale: #9A9A9A. Windows color (decimal): -2325905 or 7307996. OLE color: 7307996.

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

Color convert

RGB 220 130 111 -
CMYK 0 0.41 0.50 0.14
HSL 10.46º 0.61% 0.65% -
HSV(B) 10.46º 0.5% 0.86% -
XYZ 40.37 32.33 19.15 -
YUV 154.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 220 130 111 0 0.41 0.50 0.14 10.46 0.61 0.65
Hex DC 82 6F 0 29 32 E A 3D 41
Octal 334 202 157 0 51 62 16 12 75 101
Binary 11011100 10000010 1101111 0 101001 110010 1110 1010 111101 1000001

Color Harmonies of #DC826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC826F

Black with #DC826F

Text Example


Text Example

White with #DC826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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