Html Css Color HEX #DC806F New York Pink

📋 copy color: '#DC806F'

red 220 ◦ green 128 ◦ blue 111

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

Shades of New York Pink #DC806F

Tints of New York Pink #DC806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

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

R = 47.93%
G = 27.89%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC806F (or 0xDC806F) is known color: New York Pink. HEX triplet: DC, 80 and 6F. RGB value is (220,128,111). Sum of RGB (Red+Green+Blue) = 220+128+111=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC806F is #237F90. Grayscale: #999999. Windows color (decimal): -2326417 or 7307484. OLE color: 7307484.

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

Color convert

RGB 220 128 111 -
CMYK 0 0.42 0.50 0.14
HSL 9.36º 0.61% 0.65% -
HSV(B) 9.36º 0.5% 0.86% -
XYZ 40.1 31.8 19.06 -
YUV 153.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 220 128 111 0 0.42 0.50 0.14 9.36 0.61 0.65
Hex DC 80 6F 0 2A 32 E 9 3D 41
Octal 334 200 157 0 52 62 16 11 75 101
Binary 11011100 10000000 1101111 0 101010 110010 1110 1001 111101 1000001

Color Harmonies of #DC806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC806F

Black with #DC806F

Text Example


Text Example

White with #DC806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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