#C4830F

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

Shades of Dark Goldenrod #C4830F

Tints of Dark Goldenrod #C4830F

Color information

#C4830F (or 0xC4830F) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 83 and 0F. RGB value is (196,131,15). Sum of RGB (Red+Green+Blue) = 196+131+15=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4830F is #3B7CF0. Grayscale: #898989. Windows color (decimal): -3898609 or 1016772. OLE color: 1016772.

HSL color Cylindrical-coordinate representation of color #C4830F: hue angle of 38.45º 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 #C4830F is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19613115-
CMYK00.330.920.23
HSL38.45º85.78%41.37%-
HSV(B)38.45º92.35%76.86%-
XYZ30.97284.22-
YUV137.2159.03169.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.31%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 15 (6.25% from 255) = 4.39%
R=57.31%
G=38.30%
B=4.39%

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
Decimal1961311500.330.920.2338.4585.7841.37
HexC483F0215C17265629
Octal30420317041134274612651
Binary1100010010000011111101000011011100101111001101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4830F; }

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

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

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

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

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

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

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

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