Html Css Color HEX #DC816F New York Pink

📋 copy color: '#DC816F'

red 220 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #DC816F

Tints of New York Pink #DC816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.04%

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

R = 47.83%
G = 28.04%
B = 24.13%

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

#DC816F (or 0xDC816F) is known color: New York Pink. HEX triplet: DC, 81 and 6F. RGB value is (220,129,111). Sum of RGB (Red+Green+Blue) = 220+129+111=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC816F is #237E90. Grayscale: #9A9A9A. Windows color (decimal): -2326161 or 7307740. OLE color: 7307740.

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

Color convert

RGB 220 129 111 -
CMYK 0 0.41 0.50 0.14
HSL 9.91º 0.61% 0.65% -
HSV(B) 9.91º 0.5% 0.86% -
XYZ 40.23 32.06 19.11 -
YUV 154.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 220 129 111 0 0.41 0.50 0.14 9.91 0.61 0.65
Hex DC 81 6F 0 29 32 E A 3D 41
Octal 334 201 157 0 51 62 16 12 75 101
Binary 11011100 10000001 1101111 0 101001 110010 1110 1010 111101 1000001

Color Harmonies of #DC816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC816F

Black with #DC816F

Text Example


Text Example

White with #DC816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC816F; }

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

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

background-color css

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

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

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

border-color css

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

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

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