#C38917

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

Shades of Dark Goldenrod #C38917

Tints of Dark Goldenrod #C38917

Color information

#C38917 (or 0xC38917) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 89 and 17. RGB value is (195,137,23). Sum of RGB (Red+Green+Blue) = 195+137+23=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C38917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38917 is #3C76E8. Grayscale: #8D8D8D. Windows color (decimal): -3962601 or 1542595. OLE color: 1542595.

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

Color convert

RGB19513723-
CMYK00.300.880.24
HSL39.77º78.9%42.75%-
HSV(B)39.77º88.21%76.47%-
XYZ31.6129.564.85-
YUV141.3561.22166.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.93%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 23 (9.38% from 255) = 6.48%
R=54.93%
G=38.59%
B=6.48%

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
Decimal1951372300.300.880.2439.7778.942.75
HexC3891701E5818284f2b
Octal30321127036130305011753
Binary1100001110001001101110111101011000110001010001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38917; }

 p { color: rgb(195,137,23); }

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

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

 a { background-color: rgb(195,137,23); }

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

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

 span { border-color: rgb(195,137,23); }

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