#C68B0D

Color #C68B0D Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C68B0D

Tints of Dark Goldenrod #C68B0D

Color information

#C68B0D (or 0xC68B0D) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 8B and 0D. RGB value is (198,139,13). Sum of RGB (Red+Green+Blue) = 198+139+13=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68B0D is #3974F2. Grayscale: #8E8E8E. Windows color (decimal): -3765491 or 887750. OLE color: 887750.

HSL color Cylindrical-coordinate representation of color #C68B0D: hue angle of 40.86º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C68B0D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB19813913-
CMYK00.300.930.22
HSL40.86º87.68%41.37%-
HSV(B)40.86º93.43%77.65%-
XYZ32.5930.54.55-
YUV142.2855.05167.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 13 (5.47% from 255) = 3.71%
R=56.57%
G=39.71%
B=3.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981391300.300.930.2240.8687.6841.37
HexC68BD01E5D16295829
Octal30621315036135265113051
Binary110001101000101111010111101011101101101010011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68B0D; }

 p { color: rgb(198,139,13); }

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

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

 a { background-color: rgb(198,139,13); }

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

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

 span { border-color: rgb(198,139,13); }

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