#C47805

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

Shades of Dark Goldenrod #C47805

Tints of Dark Goldenrod #C47805

Color information

#C47805 (or 0xC47805) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 78 and 05. RGB value is (196,120,5). Sum of RGB (Red+Green+Blue) = 196+120+5=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C47805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47805 is #3B87FA. Grayscale: #828282. Windows color (decimal): -3901435 or 358596. OLE color: 358596.

HSL color Cylindrical-coordinate representation of color #C47805: hue angle of 36.13º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C47805 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB1961205-
CMYK00.390.970.23
HSL36.13º95.02%39.41%-
HSV(B)36.13º97.45%76.86%-
XYZ29.5125.183.45-
YUV129.6157.68175.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.06%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 5 (2.34% from 255) = 1.56%
R=61.06%
G=37.38%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196120500.390.970.2336.1395.0239.41
HexC47850276117245f27
Octal3041705047141274413747
Binary11000100111100010101001111100001101111001001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47805; }

 p { color: rgb(196,120,5); }

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

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

 a { background-color: rgb(196,120,5); }

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

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

 span { border-color: rgb(196,120,5); }

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