Html Css Color HEX #DC8785 Sea Pink

📋 copy color: '#DC8785'

red 220 ◦ green 135 ◦ blue 133

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

Shades of Sea Pink #DC8785

Tints of Sea Pink #DC8785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.66%

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 45.08%
G = 27.66%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC8785 (or 0xDC8785) is known color: Sea Pink. HEX triplet: DC, 87 and 85. RGB value is (220,135,133). Sum of RGB (Red+Green+Blue) = 220+135+133=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8785 is #23787A. Grayscale: #A0A0A0. Windows color (decimal): -2324603 or 8751068. OLE color: 8751068.

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

Color convert

RGB 220 135 133 -
CMYK 0 0.39 0.40 0.14
HSL 1.38º 0.55% 0.69% -
HSV(B) 1.38º 0.4% 0.86% -
XYZ 42.41 34.24 26.56 -
YUV 160.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 220 135 133 0 0.39 0.40 0.14 1.38 0.55 0.69
Hex DC 87 85 0 27 28 E 1 37 45
Octal 334 207 205 0 47 50 16 1 67 105
Binary 11011100 10000111 10000101 0 100111 101000 1110 1 110111 1000101

Color Harmonies of #DC8785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8785

Black with #DC8785

Text Example


Text Example

White with #DC8785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8785; }

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

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

background-color css

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

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

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

border-color css

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

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

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