#C08503

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

Shades of Dark Goldenrod #C08503

Tints of Dark Goldenrod #C08503

Color information

#C08503 (or 0xC08503) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 85 and 03. RGB value is (192,133,3). Sum of RGB (Red+Green+Blue) = 192+133+3=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C08503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08503 is #3F7AFC. Grayscale: #888888. Windows color (decimal): -4160253 or 230848. OLE color: 230848.

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

Color convert

RGB1921333-
CMYK00.310.980.25
HSL41.27º96.92%38.24%-
HSV(B)41.27º98.44%75.29%-
XYZ30.1427.993.9-
YUV135.8253.05168.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.54%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=58.54%
G=40.55%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192133300.310.980.2541.2796.9238.24
HexC085301F6219296126
Octal3002053037142315114146
Binary1100000010000101110111111100010110011010011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08503; }

 p { color: rgb(192,133,3); }

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

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

 a { background-color: rgb(192,133,3); }

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

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

 span { border-color: rgb(192,133,3); }

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