#D0682A

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

Shades of Gold Drop #D0682A

Tints of Gold Drop #D0682A

Color information

#D0682A (or 0xD0682A) is unknown color: approx Gold Drop. HEX triplet: D0, 68 and 2A. RGB value is (208,104,42). Sum of RGB (Red+Green+Blue) = 208+104+42=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0682A is #2F97D5. Grayscale: #808080. Windows color (decimal): -3119062 or 2779344. OLE color: 2779344.

HSL color Cylindrical-coordinate representation of color #D0682A: hue angle of 22.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0682A is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB20810442-
CMYK00.50.800.18
HSL22.41º66.4%49.02%-
HSV(B)22.41º79.81%81.57%-
XYZ31.3823.485.07-
YUV128.0379.46185.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.76%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 42 (16.80% from 255) = 11.86%
R=58.76%
G=29.38%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081044200.50.800.1822.4166.449.02
HexD0682A0325012164231
Octal32015052062120222610261
Binary1101000011010001010100110010101000010010101101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0682A; }

 p { color: rgb(208,104,42); }

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

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

 a { background-color: rgb(208,104,42); }

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

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

 span { border-color: rgb(208,104,42); }

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