#C67D0F

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

Shades of Dark Goldenrod #C67D0F

Tints of Dark Goldenrod #C67D0F

Color information

#C67D0F (or 0xC67D0F) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 7D and 0F. RGB value is (198,125,15). Sum of RGB (Red+Green+Blue) = 198+125+15=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67D0F is #3982F0. Grayscale: #868686. Windows color (decimal): -3769073 or 1015238. OLE color: 1015238.

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

Color convert

RGB19812515-
CMYK00.370.920.22
HSL36.07º85.92%41.76%-
HSV(B)36.07º92.42%77.65%-
XYZ30.7126.713.99-
YUV134.2960.68173.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.58%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 15 (6.25% from 255) = 4.44%
R=58.58%
G=36.98%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981251500.370.920.2236.0785.9241.76
HexC67DF0255C1624562a
Octal30617517045134264412652
Binary110001101111101111101001011011100101101001001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67D0F; }

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

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

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

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

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

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

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

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