#C78D15

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

Shades of Dark Goldenrod #C78D15

Tints of Dark Goldenrod #C78D15

Color information

#C78D15 (or 0xC78D15) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 8D and 15. RGB value is (199,141,21). Sum of RGB (Red+Green+Blue) = 199+141+21=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78D15 is #3872EA. Grayscale: #919191. Windows color (decimal): -3699435 or 1412551. OLE color: 1412551.

HSL color Cylindrical-coordinate representation of color #C78D15: hue angle of 40.45º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C78D15 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB19914121-
CMYK00.290.890.22
HSL40.45º80.91%43.14%-
HSV(B)40.45º89.45%78.04%-
XYZ33.2131.254.99-
YUV144.6658.22166.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.12%
GREEN value IS 141 (55.47% from 255) = 39.06%
BLUE value IS 21 (8.59% from 255) = 5.82%
R=55.12%
G=39.06%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991412100.290.890.2240.4580.9143.14
HexC78D1501D591628512b
Octal30721525035131265012153
Binary1100011110001101101010111011011001101101010001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D15; }

 p { color: rgb(199,141,21); }

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

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

 a { background-color: rgb(199,141,21); }

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

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

 span { border-color: rgb(199,141,21); }

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