Html Css Color HEX #DC8683 Sea Pink

📋 copy color: '#DC8683'

red 220 ◦ green 134 ◦ blue 131

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

Shades of Sea Pink #DC8683

Tints of Sea Pink #DC8683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.63%

 BLUE value IS 131 (51.56% from 255) = 27.01%

R = 45.36%
G = 27.63%
B = 27.01%

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

#DC8683 (or 0xDC8683) is known color: Sea Pink. HEX triplet: DC, 86 and 83. RGB value is (220,134,131). Sum of RGB (Red+Green+Blue) = 220+134+131=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8683 is #23797C. Grayscale: #9F9F9F. Windows color (decimal): -2324861 or 8619740. OLE color: 8619740.

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

Color convert

RGB 220 134 131 -
CMYK 0 0.39 0.40 0.14
HSL 2.02º 0.56% 0.69% -
HSV(B) 2.02º 0.4% 0.86% -
XYZ 42.14 33.9 25.8 -
YUV 159.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 220 134 131 0 0.39 0.40 0.14 2.02 0.56 0.69
Hex DC 86 83 0 27 28 E 2 38 45
Octal 334 206 203 0 47 50 16 2 70 105
Binary 11011100 10000110 10000011 0 100111 101000 1110 10 111000 1000101

Color Harmonies of #DC8683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8683

Black with #DC8683

Text Example


Text Example

White with #DC8683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8683; }

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

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

background-color css

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

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

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

border-color css

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

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

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