Html Css Color HEX #C59400 Dark Goldenrod

📋 copy color: '#C59400'

red 197 ◦ green 148 ◦ blue 0

#C59400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C59400

Tints of Dark Goldenrod #C59400

RGB

 RED value IS 197 (77.34% from 255) = 57.1%

 GREEN value IS 148 (58.2% from 255) = 42.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.1%
G = 42.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C59400 (or 0xC59400) is known color: Dark Goldenrod. HEX triplet: C5, 94 and 00. RGB value is (197,148,0). Sum of RGB (Red+Green+Blue) = 197+148+0=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C59400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59400 is #3A6BFF. Grayscale: #929292. Windows color (decimal): -3828736 or 38085. OLE color: 38085.

HSL color Cylindrical-coordinate representation of color #C59400: hue angle of 45.08º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C59400 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 0 -
CMYK 0 0.25 1 0.23
HSL 45.08º 1% 0.39% -
HSV(B) 45.08º 1% 0.77% -
XYZ 33.62 33.05 4.61 -
YUV 145.78 45.73 164.53 -
System Red Green Blue C M Y K H S L
Decimal 197 148 0 0 0.25 1 0.23 45.08 1 0.39
Hex C5 94 0 0 19 64 17 2D 64 27
Octal 305 224 0 0 31 144 27 55 144 47
Binary 11000101 10010100 0 0 11001 1100100 10111 101101 1100100 100111

Color Harmonies of #C59400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59400

Black with #C59400

Text Example


Text Example

White with #C59400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59400; }

 p { color: rgb(197,148,0); }

 H1.HeaderClassName
 {
   color: #C59400;
 }
 .AnyTagClassName
 {
   color: #C59400;
 }
</style>

background-color css

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

 a { background-color: rgb(197,148,0); }

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

border-color css

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

 span { border-color: rgb(197,148,0); }

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