#C69010

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

Shades of Dark Goldenrod #C69010

Tints of Dark Goldenrod #C69010

Color information

#C69010 (or 0xC69010) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 90 and 10. RGB value is (198,144,16). Sum of RGB (Red+Green+Blue) = 198+144+16=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C69010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69010 is #396FEF. Grayscale: #929292. Windows color (decimal): -3764208 or 1085638. OLE color: 1085638.

HSL color Cylindrical-coordinate representation of color #C69010: hue angle of 42.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C69010 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB19814416-
CMYK00.270.920.22
HSL42.2º85.05%41.96%-
HSV(B)42.2º91.92%77.65%-
XYZ33.3631.994.91-
YUV145.5554.89165.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.31%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 16 (6.64% from 255) = 4.47%
R=55.31%
G=40.22%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981441600.270.920.2242.285.0541.96
HexC6901001B5C162a552a
Octal30622020033134265212552
Binary1100011010010000100000110111011100101101010101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69010; }

 p { color: rgb(198,144,16); }

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

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

 a { background-color: rgb(198,144,16); }

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

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

 span { border-color: rgb(198,144,16); }

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