#C39800

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

Shades of Dark Goldenrod #C39800

Tints of Dark Goldenrod #C39800

Color information

#C39800 (or 0xC39800) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 98 and 00. RGB value is (195,152,0). Sum of RGB (Red+Green+Blue) = 195+152+0=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C39800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39800 is #3C67FF. Grayscale: #949494. Windows color (decimal): -3958784 or 39107. OLE color: 39107.

HSL color Cylindrical-coordinate representation of color #C39800: hue angle of 46.77º 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 #C39800 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1951520-
CMYK00.2210.24
HSL46.77º100%38.24%-
HSV(B)46.77º100%76.47%-
XYZ33.7334.064.8-
YUV147.5344.75161.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.20%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.20%
G=43.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195152000.2210.2446.7710038.24
HexC398001664182f6426
Octal3032300026144305714446
Binary110000111001100000101101100100110001011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39800; }

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

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

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

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

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

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

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

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