#C4840F

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

Shades of Dark Goldenrod #C4840F

Tints of Dark Goldenrod #C4840F

Color information

#C4840F (or 0xC4840F) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 84 and 0F. RGB value is (196,132,15). Sum of RGB (Red+Green+Blue) = 196+132+15=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4840F is #3B7BF0. Grayscale: #8A8A8A. Windows color (decimal): -3898353 or 1017028. OLE color: 1017028.

HSL color Cylindrical-coordinate representation of color #C4840F: hue angle of 38.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4840F is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19613215-
CMYK00.330.920.23
HSL38.78º85.78%41.37%-
HSV(B)38.78º92.35%76.86%-
XYZ31.128.274.27-
YUV137.858.7169.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.14%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 15 (6.25% from 255) = 4.37%
R=57.14%
G=38.48%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961321500.330.920.2338.7885.7841.37
HexC484F0215C17275629
Octal30420417041134274712651
Binary1100010010000100111101000011011100101111001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4840F; }

 p { color: rgb(196,132,15); }

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

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

 a { background-color: rgb(196,132,15); }

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

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

 span { border-color: rgb(196,132,15); }

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