#c17300

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

Shades of Dark Goldenrod #C17300

Tints of Dark Goldenrod #C17300

Color information

#C17300 (or 0xC17300) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 73 and 00. RGB value is (193,115,0). Sum of RGB (Red+Green+Blue) = 193+115+0=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C17300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17300 is #3E8CFF. Grayscale: #7D7D7D. Windows color (decimal): -4099328 or 29633. OLE color: 29633.

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

Color convert

RGB1931150-
CMYK00.4010.24
HSL35.75º100%37.84%-
HSV(B)35.75º100%75.69%-
XYZ28.1223.63.07-
YUV125.2157.34176.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.66%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.66%
G=37.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193115000.4010.2435.7510037.84
HexC17300286418246426
Octal3011630050144304414446
Binary110000011110011001010001100100110001001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17300; }

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

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

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

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

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

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

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

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