Html Css Color HEX #DC826D New York Pink

📋 copy color: '#DC826D'

red 220 ◦ green 130 ◦ blue 109

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

Shades of New York Pink #DC826D

Tints of New York Pink #DC826D

RGB

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

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

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

R = 47.93%
G = 28.32%
B = 23.75%

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

#DC826D (or 0xDC826D) is known color: New York Pink. HEX triplet: DC, 82 and 6D. RGB value is (220,130,109). Sum of RGB (Red+Green+Blue) = 220+130+109=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC826D is #237D92. Grayscale: #9A9A9A. Windows color (decimal): -2325907 or 7176924. OLE color: 7176924.

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

Color convert

RGB 220 130 109 -
CMYK 0 0.41 0.50 0.14
HSL 11.35º 0.61% 0.65% -
HSV(B) 11.35º 0.5% 0.86% -
XYZ 40.26 32.29 18.58 -
YUV 154.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 220 130 109 0 0.41 0.50 0.14 11.35 0.61 0.65
Hex DC 82 6D 0 29 32 E B 3D 41
Octal 334 202 155 0 51 62 16 13 75 101
Binary 11011100 10000010 1101101 0 101001 110010 1110 1011 111101 1000001

Color Harmonies of #DC826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC826D

Black with #DC826D

Text Example


Text Example

White with #DC826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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