#C38D10

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

Shades of Dark Goldenrod #C38D10

Tints of Dark Goldenrod #C38D10

Color information

#C38D10 (or 0xC38D10) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 8D and 10. RGB value is (195,141,16). Sum of RGB (Red+Green+Blue) = 195+141+16=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D10 is #3C72EF. Grayscale: #8F8F8F. Windows color (decimal): -3961584 or 1084867. OLE color: 1084867.

HSL color Cylindrical-coordinate representation of color #C38D10: hue angle of 41.9º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C38D10 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB19514116-
CMYK00.280.920.24
HSL41.9º84.83%41.37%-
HSV(B)41.9º91.79%76.47%-
XYZ32.1230.694.72-
YUV142.956.39165.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.40%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 16 (6.64% from 255) = 4.55%
R=55.40%
G=40.06%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951411600.280.920.2441.984.8341.37
HexC38D1001C5C182a5529
Octal30321520034134305212551
Binary1100001110001101100000111001011100110001010101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D10; }

 p { color: rgb(195,141,16); }

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

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

 a { background-color: rgb(195,141,16); }

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

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

 span { border-color: rgb(195,141,16); }

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