#C08703

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

Shades of Dark Goldenrod #C08703

Tints of Dark Goldenrod #C08703

Color information

#C08703 (or 0xC08703) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 87 and 03. RGB value is (192,135,3). Sum of RGB (Red+Green+Blue) = 192+135+3=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C08703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08703 is #3F78FC. Grayscale: #898989. Windows color (decimal): -4159741 or 231360. OLE color: 231360.

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

Color convert

RGB1921353-
CMYK00.300.980.25
HSL41.9º96.92%38.24%-
HSV(B)41.9º98.44%75.29%-
XYZ30.4228.543.99-
YUV13752.38167.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.18%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=58.18%
G=40.91%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192135300.300.980.2541.996.9238.24
HexC087301E62192a6126
Octal3002073036142315214146
Binary1100000010000111110111101100010110011010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08703; }

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

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

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

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

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

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

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

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