#C28717

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

Shades of Dark Goldenrod #C28717

Tints of Dark Goldenrod #C28717

Color information

#C28717 (or 0xC28717) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 87 and 17. RGB value is (194,135,23). Sum of RGB (Red+Green+Blue) = 194+135+23=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C28717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28717 is #3D78E8. Grayscale: #8C8C8C. Windows color (decimal): -4028649 or 1542082. OLE color: 1542082.

HSL color Cylindrical-coordinate representation of color #C28717: hue angle of 39.3º degrees, saturation: 0.79, 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 #C28717 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19413523-
CMYK00.300.880.24
HSL39.3º78.8%42.55%-
HSV(B)39.3º88.14%76.08%-
XYZ31.0728.864.74-
YUV139.8762.05166.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 23 (9.38% from 255) = 6.53%
R=55.11%
G=38.35%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941352300.300.880.2439.378.842.55
HexC2871701E5818274f2b
Octal30220727036130304711753
Binary1100001010000111101110111101011000110001001111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28717; }

 p { color: rgb(194,135,23); }

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

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

 a { background-color: rgb(194,135,23); }

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

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

 span { border-color: rgb(194,135,23); }

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