Html Css Color HEX #C58400 Dark Goldenrod

📋 copy color: '#C58400'

red 197 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #C58400

Tints of Dark Goldenrod #C58400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 59.88%
G = 40.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C58400 (or 0xC58400) is known color: Dark Goldenrod. HEX triplet: C5, 84 and 00. RGB value is (197,132,0). Sum of RGB (Red+Green+Blue) = 197+132+0=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C58400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58400 is #3A7BFF. Grayscale: #888888. Windows color (decimal): -3832832 or 33989. OLE color: 33989.

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

Color convert

RGB 197 132 0 -
CMYK 0 0.33 1 0.23
HSL 40.2º 1% 0.39% -
HSV(B) 40.2º 1% 0.77% -
XYZ 31.28 28.37 3.83 -
YUV 136.39 51.03 171.23 -
System Red Green Blue C M Y K H S L
Decimal 197 132 0 0 0.33 1 0.23 40.2 1 0.39
Hex C5 84 0 0 21 64 17 28 64 27
Octal 305 204 0 0 41 144 27 50 144 47
Binary 11000101 10000100 0 0 100001 1100100 10111 101000 1100100 100111

Color Harmonies of #C58400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58400

Black with #C58400

Text Example


Text Example

White with #C58400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58400; }

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

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

background-color css

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

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

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

border-color css

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

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

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