#C18200

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

Shades of Dark Goldenrod #C18200

Tints of Dark Goldenrod #C18200

Color information

#C18200 (or 0xC18200) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 82 and 00. RGB value is (193,130,0). Sum of RGB (Red+Green+Blue) = 193+130+0=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C18200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18200 is #3E7DFF. Grayscale: #868686. Windows color (decimal): -4095488 or 33473. OLE color: 33473.

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

Color convert

RGB1931300-
CMYK00.3310.24
HSL40.41º100%37.84%-
HSV(B)40.41º100%75.69%-
XYZ29.9727.33.69-
YUV134.0252.37170.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 130 (51.17% from 255) = 40.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.75%
G=40.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193130000.3310.2440.4110037.84
HexC18200216418286426
Octal3012020041144305014446
Binary1100000110000010001000011100100110001010001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18200; }

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

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

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

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

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

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

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

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