Html Css Color HEX #DC816A New York Pink

📋 copy color: '#DC816A'

red 220 ◦ green 129 ◦ blue 106

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

Shades of New York Pink #DC816A

Tints of New York Pink #DC816A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.3%

R = 48.35%
G = 28.35%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC816A (or 0xDC816A) is known color: New York Pink. HEX triplet: DC, 81 and 6A. RGB value is (220,129,106). Sum of RGB (Red+Green+Blue) = 220+129+106=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC816A is #237E95. Grayscale: #999999. Windows color (decimal): -2326166 or 6980060. OLE color: 6980060.

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

Color convert

RGB 220 129 106 -
CMYK 0 0.41 0.52 0.14
HSL 12.11º 0.62% 0.64% -
HSV(B) 12.11º 0.52% 0.86% -
XYZ 39.97 31.96 17.7 -
YUV 153.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 220 129 106 0 0.41 0.52 0.14 12.11 0.62 0.64
Hex DC 81 6A 0 29 34 E C 3E 40
Octal 334 201 152 0 51 64 16 14 76 100
Binary 11011100 10000001 1101010 0 101001 110100 1110 1100 111110 1000000

Color Harmonies of #DC816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC816A

Black with #DC816A

Text Example


Text Example

White with #DC816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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