Html Css Color HEX #DC826E New York Pink

📋 copy color: '#DC826E'

red 220 ◦ green 130 ◦ blue 110

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

Shades of New York Pink #DC826E

Tints of New York Pink #DC826E

RGB

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

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

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

R = 47.83%
G = 28.26%
B = 23.91%

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

#DC826E (or 0xDC826E) is known color: New York Pink. HEX triplet: DC, 82 and 6E. RGB value is (220,130,110). Sum of RGB (Red+Green+Blue) = 220+130+110=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC826E is #237D91. Grayscale: #9A9A9A. Windows color (decimal): -2325906 or 7242460. OLE color: 7242460.

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

Color convert

RGB 220 130 110 -
CMYK 0 0.41 0.50 0.14
HSL 10.91º 0.61% 0.65% -
HSV(B) 10.91º 0.5% 0.86% -
XYZ 40.31 32.31 18.86 -
YUV 154.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 220 130 110 0 0.41 0.50 0.14 10.91 0.61 0.65
Hex DC 82 6E 0 29 32 E B 3D 41
Octal 334 202 156 0 51 62 16 13 75 101
Binary 11011100 10000010 1101110 0 101001 110010 1110 1011 111101 1000001

Color Harmonies of #DC826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC826E

Black with #DC826E

Text Example


Text Example

White with #DC826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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