#C18300

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

Shades of Dark Goldenrod #C18300

Tints of Dark Goldenrod #C18300

Color information

#C18300 (or 0xC18300) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 83 and 00. RGB value is (193,131,0). Sum of RGB (Red+Green+Blue) = 193+131+0=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C18300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18300 is #3E7CFF. Grayscale: #878787. Windows color (decimal): -4095232 or 33729. OLE color: 33729.

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

Color convert

RGB1931310-
CMYK00.3210.24
HSL40.73º100%37.84%-
HSV(B)40.73º100%75.69%-
XYZ30.1127.573.73-
YUV134.652.04169.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.57%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.57%
G=40.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193131000.3210.2440.7310037.84
HexC18300206418296426
Octal3012030040144305114446
Binary1100000110000011001000001100100110001010011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18300; }

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

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

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

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

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

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

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

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