#C78F05

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

Shades of Dark Goldenrod #C78F05

Tints of Dark Goldenrod #C78F05

Color information

#C78F05 (or 0xC78F05) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 8F and 05. RGB value is (199,143,5). Sum of RGB (Red+Green+Blue) = 199+143+5=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78F05 is #3870FA. Grayscale: #909090. Windows color (decimal): -3698939 or 364487. OLE color: 364487.

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

Color convert

RGB1991435-
CMYK00.280.970.22
HSL42.68º95.1%40%-
HSV(B)42.68º97.49%78.04%-
XYZ33.431.84.52-
YUV144.0149.55167.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.35%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 5 (2.34% from 255) = 1.44%
R=57.35%
G=41.21%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199143500.280.970.2242.6895.140
HexC78F501C61162b5f28
Octal3072175034141265313750
Binary11000111100011111010111001100001101101010111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F05; }

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

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

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

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

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

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

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

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