#C37400

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

Shades of Dark Goldenrod #C37400

Tints of Dark Goldenrod #C37400

Color information

#C37400 (or 0xC37400) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 74 and 00. RGB value is (195,116,0). Sum of RGB (Red+Green+Blue) = 195+116+0=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C37400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37400 is #3C8BFF. Grayscale: #7E7E7E. Windows color (decimal): -3968000 or 29891. OLE color: 29891.

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

Color convert

RGB1951160-
CMYK00.4110.24
HSL35.69º100%38.24%-
HSV(B)35.69º100%76.47%-
XYZ28.7524.093.14-
YUV126.456.67176.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.70%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.70%
G=37.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195116000.4110.2435.6910038.24
HexC37400296418246426
Octal3031640051144304414446
Binary110000111110100001010011100100110001001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37400; }

 p { color: rgb(195,116,0); }

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

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

 a { background-color: rgb(195,116,0); }

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

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

 span { border-color: rgb(195,116,0); }

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