Html Css Color HEX #C58600 Dark Goldenrod

📋 copy color: '#C58600'

red 197 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #C58600

Tints of Dark Goldenrod #C58600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

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

R = 59.52%
G = 40.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C58600 (or 0xC58600) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 00. RGB value is (197,134,0). Sum of RGB (Red+Green+Blue) = 197+134+0=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C58600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58600 is #3A79FF. Grayscale: #8A8A8A. Windows color (decimal): -3832320 or 34501. OLE color: 34501.

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

Color convert

RGB 197 134 0 -
CMYK 0 0.32 1 0.23
HSL 40.81º 1% 0.39% -
HSV(B) 40.81º 1% 0.77% -
XYZ 31.55 28.92 3.92 -
YUV 137.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 197 134 0 0 0.32 1 0.23 40.81 1 0.39
Hex C5 86 0 0 20 64 17 29 64 27
Octal 305 206 0 0 40 144 27 51 144 47
Binary 11000101 10000110 0 0 100000 1100100 10111 101001 1100100 100111

Color Harmonies of #C58600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58600

Black with #C58600

Text Example


Text Example

White with #C58600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58600; }

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

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

background-color css

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

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

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

border-color css

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

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

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