#C69404

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

Shades of Dark Goldenrod #C69404

Tints of Dark Goldenrod #C69404

Color information

#C69404 (or 0xC69404) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 94 and 04. RGB value is (198,148,4). Sum of RGB (Red+Green+Blue) = 198+148+4=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C69404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69404 is #396BFB. Grayscale: #939393. Windows color (decimal): -3763196 or 300230. OLE color: 300230.

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

Color convert

RGB1981484-
CMYK00.250.980.22
HSL44.54º96.04%39.61%-
HSV(B)44.54º97.98%77.65%-
XYZ33.933.194.74-
YUV146.5347.56164.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 4 (1.95% from 255) = 1.14%
R=56.57%
G=42.29%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198148400.250.980.2244.5496.0439.61
HexC694401962162d6028
Octal3062244031142265514050
Binary11000110100101001000110011100010101101011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69404; }

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

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

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

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

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

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

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

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