#C08901

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

Shades of Dark Goldenrod #C08901

Tints of Dark Goldenrod #C08901

Color information

#C08901 (or 0xC08901) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 89 and 01. RGB value is (192,137,1). Sum of RGB (Red+Green+Blue) = 192+137+1=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C08901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08901 is #3F76FE. Grayscale: #8A8A8A. Windows color (decimal): -4159231 or 100800. OLE color: 100800.

HSL color Cylindrical-coordinate representation of color #C08901: hue angle of 42.72º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C08901 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1921371-
CMYK00.290.990.25
HSL42.72º98.96%37.84%-
HSV(B)42.72º99.48%75.29%-
XYZ30.6929.14.03-
YUV137.9450.72166.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.18%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=58.18%
G=41.52%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192137100.290.990.2542.7298.9637.84
HexC089101D63192b6326
Octal3002111035143315314346
Binary110000001000100110111011100011110011010111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08901; }

 p { color: rgb(192,137,1); }

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

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

 a { background-color: rgb(192,137,1); }

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

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

 span { border-color: rgb(192,137,1); }

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