#C09A03

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

Shades of Dark Goldenrod #C09A03

Tints of Dark Goldenrod #C09A03

Color information

#C09A03 (or 0xC09A03) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 9A and 03. RGB value is (192,154,3). Sum of RGB (Red+Green+Blue) = 192+154+3=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A03 is #3F65FC. Grayscale: #949494. Windows color (decimal): -4154877 or 236224. OLE color: 236224.

HSL color Cylindrical-coordinate representation of color #C09A03: hue angle of 47.94º 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 #C09A03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1921543-
CMYK00.200.980.25
HSL47.94º96.92%38.24%-
HSV(B)47.94º98.44%75.29%-
XYZ33.3134.324.96-
YUV148.1546.09159.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 154 (60.55% from 255) = 44.13%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=55.01%
G=44.13%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192154300.200.980.2547.9496.9238.24
HexC09A30146219306126
Octal3002323024142316014146
Binary1100000010011010110101001100010110011100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A03; }

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

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

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

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

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

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

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

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