#C78D08

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

Shades of Dark Goldenrod #C78D08

Tints of Dark Goldenrod #C78D08

Color information

#C78D08 (or 0xC78D08) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 8D and 08. RGB value is (199,141,8). Sum of RGB (Red+Green+Blue) = 199+141+8=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78D08 is #3872F7. Grayscale: #8F8F8F. Windows color (decimal): -3699448 or 560583. OLE color: 560583.

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

Color convert

RGB1991418-
CMYK00.290.960.22
HSL41.78º92.27%40.59%-
HSV(B)41.78º95.98%78.04%-
XYZ33.1231.214.51-
YUV143.1851.72167.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.18%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 8 (3.52% from 255) = 2.30%
R=57.18%
G=40.52%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199141800.290.960.2241.7892.2740.59
HexC78D801D60162a5c29
Octal30721510035140265213451
Binary110001111000110110000111011100000101101010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D08; }

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

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

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

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

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

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

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

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