#C68004

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

Shades of Dark Goldenrod #C68004

Tints of Dark Goldenrod #C68004

Color information

#C68004 (or 0xC68004) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 80 and 04. RGB value is (198,128,4). Sum of RGB (Red+Green+Blue) = 198+128+4=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C68004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68004 is #397FFB. Grayscale: #878787. Windows color (decimal): -3768316 or 295110. OLE color: 295110.

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

Color convert

RGB1981284-
CMYK00.350.980.22
HSL38.35º96.04%39.61%-
HSV(B)38.35º97.98%77.65%-
XYZ31.0327.453.78-
YUV134.7954.19173.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 4 (1.95% from 255) = 1.21%
R=60%
G=38.79%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198128400.350.980.2238.3596.0439.61
HexC68040236216266028
Octal3062004043142264614050
Binary110001101000000010001000111100010101101001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68004; }

 p { color: rgb(198,128,4); }

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

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

 a { background-color: rgb(198,128,4); }

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

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

 span { border-color: rgb(198,128,4); }

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