#C18303

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

Shades of Dark Goldenrod #C18303

Tints of Dark Goldenrod #C18303

Color information

#C18303 (or 0xC18303) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 83 and 03. RGB value is (193,131,3). Sum of RGB (Red+Green+Blue) = 193+131+3=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C18303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18303 is #3E7CFC. Grayscale: #878787. Windows color (decimal): -4095229 or 230337. OLE color: 230337.

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

Color convert

RGB1931313-
CMYK00.320.980.24
HSL40.42º96.94%38.43%-
HSV(B)40.42º98.45%75.69%-
XYZ30.1327.583.82-
YUV134.9553.54169.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.02%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 3 (1.56% from 255) = 0.92%
R=59.02%
G=40.06%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193131300.320.980.2440.4296.9438.43
HexC18330206218286126
Octal3012033040142305014146
Binary11000001100000111101000001100010110001010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18303; }

 p { color: rgb(193,131,3); }

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

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

 a { background-color: rgb(193,131,3); }

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

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

 span { border-color: rgb(193,131,3); }

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