#DC8684

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

Shades of Sea Pink #DC8684

Tints of Sea Pink #DC8684

Color information

#DC8684 (or 0xDC8684) is unknown color: approx Sea Pink. HEX triplet: DC, 86 and 84. RGB value is (220,134,132). Sum of RGB (Red+Green+Blue) = 220+134+132=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8684 is #23797B. Grayscale: #9F9F9F. Windows color (decimal): -2324860 or 8685276. OLE color: 8685276.

HSL color Cylindrical-coordinate representation of color #DC8684: hue angle of 1.36º degrees, saturation: 0.56, 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 #DC8684 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220134132-
CMYK00.390.400.14
HSL1.36º55.7%69.02%-
HSV(B)1.36º40%86.27%-
XYZ42.2133.9326.15-
YUV159.49112.49171.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=45.27%
G=27.57%
B=27.16%

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
Decimal22013413200.390.400.141.3655.769.02
HexDC868402728E13845
Octal3342062040475016170105
Binary1101110010000110100001000100111101000111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8684; }

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

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

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

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

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

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

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

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