Html Css Color HEX #DC836C New York Pink

📋 copy color: '#DC836C'

red 220 ◦ green 131 ◦ blue 108

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

Shades of New York Pink #DC836C

Tints of New York Pink #DC836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 47.93%
G = 28.54%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC836C (or 0xDC836C) is known color: New York Pink. HEX triplet: DC, 83 and 6C. RGB value is (220,131,108). Sum of RGB (Red+Green+Blue) = 220+131+108=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC836C is #237C93. Grayscale: #9B9B9B. Windows color (decimal): -2325652 or 7111644. OLE color: 7111644.

HSL color Cylindrical-coordinate representation of color #DC836C: hue angle of 12.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC836C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 108 -
CMYK 0 0.40 0.51 0.14
HSL 12.32º 0.62% 0.64% -
HSV(B) 12.32º 0.51% 0.86% -
XYZ 40.34 32.53 18.34 -
YUV 154.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 220 131 108 0 0.40 0.51 0.14 12.32 0.62 0.64
Hex DC 83 6C 0 28 33 E C 3E 40
Octal 334 203 154 0 50 63 16 14 76 100
Binary 11011100 10000011 1101100 0 101000 110011 1110 1100 111110 1000000

Color Harmonies of #DC836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC836C

Black with #DC836C

Text Example


Text Example

White with #DC836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC836C; }

 p { color: rgb(220,131,108); }

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

background-color css

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

 a { background-color: rgb(220,131,108); }

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

border-color css

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

 span { border-color: rgb(220,131,108); }

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