#C78F0A

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

Shades of Dark Goldenrod #C78F0A

Tints of Dark Goldenrod #C78F0A

Color information

#C78F0A (or 0xC78F0A) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 8F and 0A. RGB value is (199,143,10). Sum of RGB (Red+Green+Blue) = 199+143+10=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78F0A is #3870F5. Grayscale: #919191. Windows color (decimal): -3698934 or 692167. OLE color: 692167.

HSL color Cylindrical-coordinate representation of color #C78F0A: hue angle of 42.22º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C78F0A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB19914310-
CMYK00.280.950.22
HSL42.22º90.43%40.98%-
HSV(B)42.22º94.97%78.04%-
XYZ33.4331.814.66-
YUV144.5852.05166.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 10 (4.30% from 255) = 2.84%
R=56.53%
G=40.62%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991431000.280.950.2242.2290.4340.98
HexC78FA01C5F162a5a29
Octal30721712034137265213251
Binary110001111000111110100111001011111101101010101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F0A; }

 p { color: rgb(199,143,10); }

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

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

 a { background-color: rgb(199,143,10); }

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

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

 span { border-color: rgb(199,143,10); }

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