Html Css Color HEX #DC816E New York Pink

📋 copy color: '#DC816E'

red 220 ◦ green 129 ◦ blue 110

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

Shades of New York Pink #DC816E

Tints of New York Pink #DC816E

RGB

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

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

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

R = 47.93%
G = 28.1%
B = 23.97%

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

#DC816E (or 0xDC816E) is known color: New York Pink. HEX triplet: DC, 81 and 6E. RGB value is (220,129,110). Sum of RGB (Red+Green+Blue) = 220+129+110=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC816E is #237E91. Grayscale: #9A9A9A. Windows color (decimal): -2326162 or 7242204. OLE color: 7242204.

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

Color convert

RGB 220 129 110 -
CMYK 0 0.41 0.50 0.14
HSL 10.36º 0.61% 0.65% -
HSV(B) 10.36º 0.5% 0.86% -
XYZ 40.18 32.04 18.82 -
YUV 154.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 220 129 110 0 0.41 0.50 0.14 10.36 0.61 0.65
Hex DC 81 6E 0 29 32 E A 3D 41
Octal 334 201 156 0 51 62 16 12 75 101
Binary 11011100 10000001 1101110 0 101001 110010 1110 1010 111101 1000001

Color Harmonies of #DC816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC816E

Black with #DC816E

Text Example


Text Example

White with #DC816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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