#C08107

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

Shades of Dark Goldenrod #C08107

Tints of Dark Goldenrod #C08107

Color information

#C08107 (or 0xC08107) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 81 and 07. RGB value is (192,129,7). Sum of RGB (Red+Green+Blue) = 192+129+7=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C08107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08107 is #3F7EF8. Grayscale: #868686. Windows color (decimal): -4161273 or 491968. OLE color: 491968.

HSL color Cylindrical-coordinate representation of color #C08107: hue angle of 39.57º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C08107 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1921297-
CMYK00.330.960.25
HSL39.57º92.96%39.02%-
HSV(B)39.57º96.35%75.29%-
XYZ29.6326.923.84-
YUV133.9356.37169.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.54%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=58.54%
G=39.33%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192129700.330.960.2539.5792.9639.02
HexC08170216019285d27
Octal3002017041140315013547
Binary110000001000000111101000011100000110011010001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08107; }

 p { color: rgb(192,129,7); }

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

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

 a { background-color: rgb(192,129,7); }

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

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

 span { border-color: rgb(192,129,7); }

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