#CE682B

Color #CE682B Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #CE682B

Tints of Gold Drop #CE682B

Color information

#CE682B (or 0xCE682B) is unknown color: approx Gold Drop. HEX triplet: CE, 68 and 2B. RGB value is (206,104,43). Sum of RGB (Red+Green+Blue) = 206+104+43=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE682B is #3197D4. Grayscale: #7F7F7F. Windows color (decimal): -3250133 or 2844878. OLE color: 2844878.

HSL color Cylindrical-coordinate representation of color #CE682B: hue angle of 22.45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE682B is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20610443-
CMYK00.500.790.19
HSL22.45º65.46%48.82%-
HSV(B)22.45º79.13%80.78%-
XYZ30.8423.25.14-
YUV127.5480.29183.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.36%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 43 (17.19% from 255) = 12.18%
R=58.36%
G=29.46%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061044300.500.790.1922.4565.4648.82
HexCE682B0324F13164131
Octal31615053062117232610161
Binary1100111011010001010110110010100111110011101101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE682B; }

 p { color: rgb(206,104,43); }

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

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

 a { background-color: rgb(206,104,43); }

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

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

 span { border-color: rgb(206,104,43); }

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