#DC8685

Color #DC8685 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #DC8685

Tints of Sea Pink #DC8685

Color information

#DC8685 (or 0xDC8685) is unknown color: approx Sea Pink. HEX triplet: DC, 86 and 85. RGB value is (220,134,133). Sum of RGB (Red+Green+Blue) = 220+134+133=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8685 is #23797A. Grayscale: #9F9F9F. Windows color (decimal): -2324859 or 8750812. OLE color: 8750812.

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

Color convert

RGB220134133-
CMYK00.390.400.14
HSL0.69º55.41%69.22%-
HSV(B)0.69º39.55%86.27%-
XYZ42.2733.9626.52-
YUV159.6112.99171.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 133 (52.34% from 255) = 27.31%
R=45.17%
G=27.52%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013413300.390.400.140.6955.4169.22
HexDC868502728E13745
Octal3342062050475016167105
Binary1101110010000110100001010100111101000111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8685; }

 p { color: rgb(220,134,133); }

 H1.HeaderClassName
 {
   color: #DC8685;
 }
 .AnyTagClassName
 {
   color: #DC8685;
 }
</style>
background-color css

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

 a { background-color: rgb(220,134,133); }

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

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

 span { border-color: rgb(220,134,133); }

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