#C38712

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

Shades of Dark Goldenrod #C38712

Tints of Dark Goldenrod #C38712

Color information

#C38712 (or 0xC38712) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 87 and 12. RGB value is (195,135,18). Sum of RGB (Red+Green+Blue) = 195+135+18=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C38712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38712 is #3C78ED. Grayscale: #8C8C8C. Windows color (decimal): -3963118 or 1214403. OLE color: 1214403.

HSL color Cylindrical-coordinate representation of color #C38712: hue angle of 39.66º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C38712 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19513518-
CMYK00.310.910.24
HSL39.66º83.1%41.76%-
HSV(B)39.66º90.77%76.47%-
XYZ31.2828.974.52-
YUV139.659.38167.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.03%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 18 (7.42% from 255) = 5.17%
R=56.03%
G=38.79%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951351800.310.910.2439.6683.141.76
HexC3871201F5B1828532a
Octal30320722037133305012352
Binary1100001110000111100100111111011011110001010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38712; }

 p { color: rgb(195,135,18); }

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

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

 a { background-color: rgb(195,135,18); }

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

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

 span { border-color: rgb(195,135,18); }

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