#C29208

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

Shades of Dark Goldenrod #C29208

Tints of Dark Goldenrod #C29208

Color information

#C29208 (or 0xC29208) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 92 and 08. RGB value is (194,146,8). Sum of RGB (Red+Green+Blue) = 194+146+8=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C29208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29208 is #3D6DF7. Grayscale: #919191. Windows color (decimal): -4025848 or 561858. OLE color: 561858.

HSL color Cylindrical-coordinate representation of color #C29208: hue angle of 44.52º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C29208 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1941468-
CMYK00.250.960.24
HSL44.52º92.08%39.61%-
HSV(B)44.52º95.88%76.08%-
XYZ32.5732.044.7-
YUV144.6250.9163.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 8 (3.52% from 255) = 2.30%
R=55.75%
G=41.95%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194146800.250.960.2444.5292.0839.61
HexC292801960182d5c28
Octal30222210031140305513450
Binary110000101001001010000110011100000110001011011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29208; }

 p { color: rgb(194,146,8); }

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

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

 a { background-color: rgb(194,146,8); }

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

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

 span { border-color: rgb(194,146,8); }

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