#C18203

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

Shades of Dark Goldenrod #C18203

Tints of Dark Goldenrod #C18203

Color information

#C18203 (or 0xC18203) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 82 and 03. RGB value is (193,130,3). Sum of RGB (Red+Green+Blue) = 193+130+3=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C18203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18203 is #3E7DFC. Grayscale: #868686. Windows color (decimal): -4095485 or 230081. OLE color: 230081.

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

Color convert

RGB1931303-
CMYK00.330.980.24
HSL40.11º96.94%38.43%-
HSV(B)40.11º98.45%75.69%-
XYZ29.9927.313.78-
YUV134.3653.87169.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.20%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 3 (1.56% from 255) = 0.92%
R=59.20%
G=39.88%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193130300.330.980.2440.1196.9438.43
HexC18230216218286126
Octal3012023041142305014146
Binary11000001100000101101000011100010110001010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18203; }

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

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

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

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

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

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

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

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