#C68007

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

Shades of Dark Goldenrod #C68007

Tints of Dark Goldenrod #C68007

Color information

#C68007 (or 0xC68007) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 80 and 07. RGB value is (198,128,7). Sum of RGB (Red+Green+Blue) = 198+128+7=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C68007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68007 is #397FF8. Grayscale: #878787. Windows color (decimal): -3768313 or 491718. OLE color: 491718.

HSL color Cylindrical-coordinate representation of color #C68007: hue angle of 38.01º degrees, saturation: 0.93, 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 #C68007 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1981287-
CMYK00.350.960.22
HSL38.01º93.17%40.2%-
HSV(B)38.01º96.46%77.65%-
XYZ31.0527.463.86-
YUV135.1455.69172.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.46%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 7 (3.12% from 255) = 2.10%
R=59.46%
G=38.44%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198128700.350.960.2238.0193.1740.2
HexC68070236016265d28
Octal3062007043140264613550
Binary110001101000000011101000111100000101101001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68007; }

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

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

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

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

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

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

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

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