#c67d08

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

Shades of Dark Goldenrod #C67D08

Tints of Dark Goldenrod #C67D08

Color information

#C67D08 (or 0xC67D08) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 7D and 08. RGB value is (198,125,8). Sum of RGB (Red+Green+Blue) = 198+125+8=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67D08 is #3982F7. Grayscale: #868686. Windows color (decimal): -3769080 or 556486. OLE color: 556486.

HSL color Cylindrical-coordinate representation of color #C67D08: hue angle of 36.95º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C67D08 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1981258-
CMYK00.370.960.22
HSL36.95º92.23%40.39%-
HSV(B)36.95º95.96%77.65%-
XYZ30.6726.693.77-
YUV133.4957.18174.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 8 (3.52% from 255) = 2.42%
R=59.82%
G=37.76%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198125800.370.960.2236.9592.2340.39
HexC67D80256016255c28
Octal30617510045140264513450
Binary110001101111101100001001011100000101101001011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c67d08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c67d08; }

 p { color: rgb(198,125,8); }

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

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

 a { background-color: rgb(198,125,8); }

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

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

 span { border-color: rgb(198,125,8); }

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