#C67D09

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

Shades of Dark Goldenrod #C67D09

Tints of Dark Goldenrod #C67D09

Color information

#C67D09 (or 0xC67D09) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 7D and 09. RGB value is (198,125,9). Sum of RGB (Red+Green+Blue) = 198+125+9=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67D09 is #3982F6. Grayscale: #868686. Windows color (decimal): -3769079 or 622022. OLE color: 622022.

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

Color convert

RGB1981259-
CMYK00.370.950.22
HSL36.83º91.3%40.59%-
HSV(B)36.83º95.45%77.65%-
XYZ30.6726.693.79-
YUV133.657.68173.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.64%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 9 (3.91% from 255) = 2.71%
R=59.64%
G=37.65%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198125900.370.950.2236.8391.340.59
HexC67D90255F16255b29
Octal30617511045137264513351
Binary110001101111101100101001011011111101101001011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67D09; }

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

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

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

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

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

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

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

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