#C37100

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

Shades of Dark Goldenrod #C37100

Tints of Dark Goldenrod #C37100

Color information

#C37100 (or 0xC37100) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 71 and 00. RGB value is (195,113,0). Sum of RGB (Red+Green+Blue) = 195+113+0=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C37100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37100 is #3C8EFF. Grayscale: #7D7D7D. Windows color (decimal): -3968768 or 29123. OLE color: 29123.

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

Color convert

RGB1951130-
CMYK00.4210.24
HSL34.77º100%38.24%-
HSV(B)34.77º100%76.47%-
XYZ28.4123.413.02-
YUV124.6457.67178.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.31%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.31%
G=36.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195113000.4210.2434.7710038.24
HexC371002A6418236426
Octal3031610052144304314446
Binary110000111110001001010101100100110001000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37100; }

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

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

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

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

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

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

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

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