#C38B01

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

Shades of Dark Goldenrod #C38B01

Tints of Dark Goldenrod #C38B01

Color information

#C38B01 (or 0xC38B01) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 8B and 01. RGB value is (195,139,1). Sum of RGB (Red+Green+Blue) = 195+139+1=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38B01 is #3C74FE. Grayscale: #8C8C8C. Windows color (decimal): -3962111 or 101315. OLE color: 101315.

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

Color convert

RGB1951391-
CMYK00.290.990.24
HSL42.68º98.98%38.43%-
HSV(B)42.68º99.49%76.47%-
XYZ31.7430.074.16-
YUV140.0149.55167.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.21%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=58.21%
G=41.49%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195139100.290.990.2442.6898.9838.43
HexC38B101D63182b6326
Octal3032131035143305314346
Binary110000111000101110111011100011110001010111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B01; }

 p { color: rgb(195,139,1); }

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

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

 a { background-color: rgb(195,139,1); }

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

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

 span { border-color: rgb(195,139,1); }

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