#C67E07

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

Shades of Dark Goldenrod #C67E07

Tints of Dark Goldenrod #C67E07

Color information

#C67E07 (or 0xC67E07) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 7E and 07. RGB value is (198,126,7). Sum of RGB (Red+Green+Blue) = 198+126+7=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67E07 is #3981F8. Grayscale: #868686. Windows color (decimal): -3768825 or 491206. OLE color: 491206.

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

Color convert

RGB1981267-
CMYK00.360.960.22
HSL37.38º93.17%40.2%-
HSV(B)37.38º96.46%77.65%-
XYZ30.7926.943.78-
YUV133.9656.35173.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 7 (3.12% from 255) = 2.11%
R=59.82%
G=38.07%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198126700.360.960.2237.3893.1740.2
HexC67E70246016255d28
Octal3061767044140264513550
Binary11000110111111011101001001100000101101001011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E07; }

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

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

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

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

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

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

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

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