#C38A15

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

Shades of Dark Goldenrod #C38A15

Tints of Dark Goldenrod #C38A15

Color information

#C38A15 (or 0xC38A15) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 8A and 15. RGB value is (195,138,21). Sum of RGB (Red+Green+Blue) = 195+138+21=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A15 is #3C75EA. Grayscale: #8E8E8E. Windows color (decimal): -3962347 or 1411779. OLE color: 1411779.

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

Color convert

RGB19513821-
CMYK00.290.890.24
HSL40.34º80.56%42.35%-
HSV(B)40.34º89.23%76.47%-
XYZ31.7329.834.8-
YUV141.7159.88166.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.08%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 21 (8.59% from 255) = 5.93%
R=55.08%
G=38.98%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951382100.290.890.2440.3480.5642.35
HexC38A1501D591828512a
Octal30321225035131305012152
Binary1100001110001010101010111011011001110001010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A15; }

 p { color: rgb(195,138,21); }

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

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

 a { background-color: rgb(195,138,21); }

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

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

 span { border-color: rgb(195,138,21); }

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