#C78C08

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

Shades of Dark Goldenrod #C78C08

Tints of Dark Goldenrod #C78C08

Color information

#C78C08 (or 0xC78C08) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 8C and 08. RGB value is (199,140,8). Sum of RGB (Red+Green+Blue) = 199+140+8=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78C08 is #3873F7. Grayscale: #8F8F8F. Windows color (decimal): -3699704 or 560327. OLE color: 560327.

HSL color Cylindrical-coordinate representation of color #C78C08: hue angle of 41.47º 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 #C78C08 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1991408-
CMYK00.300.960.22
HSL41.47º92.27%40.59%-
HSV(B)41.47º95.98%78.04%-
XYZ32.9830.924.46-
YUV142.5952.05168.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.35%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=57.35%
G=40.35%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199140800.300.960.2241.4792.2740.59
HexC78C801E6016295c29
Octal30721410036140265113451
Binary110001111000110010000111101100000101101010011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78C08; }

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

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

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

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

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

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

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

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