#C18400

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

Shades of Dark Goldenrod #C18400

Tints of Dark Goldenrod #C18400

Color information

#C18400 (or 0xC18400) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 84 and 00. RGB value is (193,132,0). Sum of RGB (Red+Green+Blue) = 193+132+0=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C18400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18400 is #3E7BFF. Grayscale: #878787. Windows color (decimal): -4094976 or 33985. OLE color: 33985.

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

Color convert

RGB1931320-
CMYK00.3210.24
HSL41.04º100%37.84%-
HSV(B)41.04º100%75.69%-
XYZ30.2427.843.78-
YUV135.1951.71169.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.38%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.38%
G=40.62%
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
Decimal193132000.3210.2441.0410037.84
HexC18400206418296426
Octal3012040040144305114446
Binary1100000110000100001000001100100110001010011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18400; }

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

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

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

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

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

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

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

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