#C38103

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

Shades of Dark Goldenrod #C38103

Tints of Dark Goldenrod #C38103

Color information

#C38103 (or 0xC38103) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 81 and 03. RGB value is (195,129,3). Sum of RGB (Red+Green+Blue) = 195+129+3=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C38103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38103 is #3C7EFC. Grayscale: #868686. Windows color (decimal): -3964669 or 229827. OLE color: 229827.

HSL color Cylindrical-coordinate representation of color #C38103: hue angle of 39.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C38103 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1951293-
CMYK00.340.980.24
HSL39.38º96.97%38.82%-
HSV(B)39.38º98.46%76.47%-
XYZ30.3727.313.76-
YUV134.3753.87171.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.63%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 3 (1.56% from 255) = 0.92%
R=59.63%
G=39.45%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195129300.340.980.2439.3896.9738.82
HexC38130226218276127
Octal3032013042142304714147
Binary11000011100000011101000101100010110001001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38103; }

 p { color: rgb(195,129,3); }

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

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

 a { background-color: rgb(195,129,3); }

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

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

 span { border-color: rgb(195,129,3); }

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