#C67306

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

Shades of Dark Goldenrod #C67306

Tints of Dark Goldenrod #C67306

Color information

#C67306 (or 0xC67306) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 73 and 06. RGB value is (198,115,6). Sum of RGB (Red+Green+Blue) = 198+115+6=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C67306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67306 is #398CF9. Grayscale: #7F7F7F. Windows color (decimal): -3771642 or 422854. OLE color: 422854.

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

Color convert

RGB1981156-
CMYK00.420.970.22
HSL34.06º94.12%40%-
HSV(B)34.06º96.97%77.65%-
XYZ29.4524.283.31-
YUV127.3959.5178.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.07%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=62.07%
G=36.05%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198115600.420.970.2234.0694.1240
HexC673602A6116225e28
Octal3061636052141264213650
Binary11000110111001111001010101100001101101000101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67306; }

 p { color: rgb(198,115,6); }

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

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

 a { background-color: rgb(198,115,6); }

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

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

 span { border-color: rgb(198,115,6); }

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