#C47D13

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

Shades of Dark Goldenrod #C47D13

Tints of Dark Goldenrod #C47D13

Color information

#C47D13 (or 0xC47D13) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 7D and 13. RGB value is (196,125,19). Sum of RGB (Red+Green+Blue) = 196+125+19=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47D13 is #3B82EC. Grayscale: #868686. Windows color (decimal): -3900141 or 1277380. OLE color: 1277380.

HSL color Cylindrical-coordinate representation of color #C47D13: hue angle of 35.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C47D13 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB19612519-
CMYK00.360.900.23
HSL35.93º82.33%42.16%-
HSV(B)35.93º90.31%76.86%-
XYZ30.2226.454.13-
YUV134.1463.02172.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.65%
GREEN value IS 125 (49.22% from 255) = 36.76%
BLUE value IS 19 (7.81% from 255) = 5.59%
R=57.65%
G=36.76%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961251900.360.900.2335.9382.3342.16
HexC47D130245A1724522a
Octal30417523044132274412252
Binary1100010011111011001101001001011010101111001001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D13; }

 p { color: rgb(196,125,19); }

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

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

 a { background-color: rgb(196,125,19); }

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

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

 span { border-color: rgb(196,125,19); }

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