#C38216

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

Shades of Dark Goldenrod #C38216

Tints of Dark Goldenrod #C38216

Color information

#C38216 (or 0xC38216) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 82 and 16. RGB value is (195,130,22). Sum of RGB (Red+Green+Blue) = 195+130+22=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C38216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38216 is #3C7DE9. Grayscale: #898989. Windows color (decimal): -3964394 or 1475267. OLE color: 1475267.

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

Color convert

RGB19513022-
CMYK00.330.890.24
HSL37.46º79.72%42.55%-
HSV(B)37.46º88.72%76.47%-
XYZ30.6327.634.48-
YUV137.1263.03169.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.20%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 22 (8.98% from 255) = 6.34%
R=56.20%
G=37.46%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951302200.330.890.2437.4679.7242.55
HexC38216021591825502b
Octal30320226041131304512053
Binary11000011100000101011001000011011001110001001011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38216; }

 p { color: rgb(195,130,22); }

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

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

 a { background-color: rgb(195,130,22); }

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

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

 span { border-color: rgb(195,130,22); }

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