#C29503

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

Shades of Dark Goldenrod #C29503

Tints of Dark Goldenrod #C29503

Color information

#C29503 (or 0xC29503) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 95 and 03. RGB value is (194,149,3). Sum of RGB (Red+Green+Blue) = 194+149+3=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C29503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29503 is #3D6AFC. Grayscale: #929292. Windows color (decimal): -4025085 or 234946. OLE color: 234946.

HSL color Cylindrical-coordinate representation of color #C29503: hue angle of 45.86º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C29503 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1941493-
CMYK00.230.980.24
HSL45.86º96.95%38.63%-
HSV(B)45.86º98.45%76.08%-
XYZ33.0132.974.71-
YUV145.8147.41162.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=56.07%
G=43.06%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194149300.230.980.2445.8696.9538.63
HexC295301762182e6127
Octal3022253027142305614147
Binary1100001010010101110101111100010110001011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29503; }

 p { color: rgb(194,149,3); }

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

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

 a { background-color: rgb(194,149,3); }

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

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

 span { border-color: rgb(194,149,3); }

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