#C28918

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

Shades of Dark Goldenrod #C28918

Tints of Dark Goldenrod #C28918

Color information

#C28918 (or 0xC28918) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 89 and 18. RGB value is (194,137,24). Sum of RGB (Red+Green+Blue) = 194+137+24=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C28918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28918 is #3D76E7. Grayscale: #8D8D8D. Windows color (decimal): -4028136 or 1608130. OLE color: 1608130.

HSL color Cylindrical-coordinate representation of color #C28918: hue angle of 39.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C28918 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19413724-
CMYK00.290.880.24
HSL39.88º77.98%42.75%-
HSV(B)39.88º87.63%76.08%-
XYZ31.3629.434.89-
YUV141.1661.88165.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 24 (9.77% from 255) = 6.76%
R=54.65%
G=38.59%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941372400.290.880.2439.8877.9842.75
HexC2891801D5818284e2b
Octal30221130035130305011653
Binary1100001010001001110000111011011000110001010001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28918; }

 p { color: rgb(194,137,24); }

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

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

 a { background-color: rgb(194,137,24); }

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

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

 span { border-color: rgb(194,137,24); }

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