#c38700

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

Shades of Dark Goldenrod #C38700

Tints of Dark Goldenrod #C38700

Color information

#C38700 (or 0xC38700) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 87 and 00. RGB value is (195,135,0). Sum of RGB (Red+Green+Blue) = 195+135+0=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C38700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38700 is #3C78FF. Grayscale: #8A8A8A. Windows color (decimal): -3963136 or 34755. OLE color: 34755.

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

Color convert

RGB1951350-
CMYK00.3110.24
HSL41.54º100%38.24%-
HSV(B)41.54º100%76.47%-
XYZ31.1728.933.94-
YUV137.5550.38168.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.09%
G=40.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195135000.3110.2441.5410038.24
HexC387001F64182a6426
Octal3032070037144305214446
Binary110000111000011100111111100100110001010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c38700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c38700; }

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

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

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

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

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

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

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

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