Html Css Color HEX #C58200 Dark Goldenrod

📋 copy color: '#C58200'

red 197 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #C58200

Tints of Dark Goldenrod #C58200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

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

R = 60.24%
G = 39.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C58200 (or 0xC58200) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 00. RGB value is (197,130,0). Sum of RGB (Red+Green+Blue) = 197+130+0=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C58200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58200 is #3A7DFF. Grayscale: #878787. Windows color (decimal): -3833344 or 33477. OLE color: 33477.

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

Color convert

RGB 197 130 0 -
CMYK 0 0.34 1 0.23
HSL 39.59º 1% 0.39% -
HSV(B) 39.59º 1% 0.77% -
XYZ 31.01 27.84 3.74 -
YUV 135.21 51.7 172.07 -
System Red Green Blue C M Y K H S L
Decimal 197 130 0 0 0.34 1 0.23 39.59 1 0.39
Hex C5 82 0 0 22 64 17 28 64 27
Octal 305 202 0 0 42 144 27 50 144 47
Binary 11000101 10000010 0 0 100010 1100100 10111 101000 1100100 100111

Color Harmonies of #C58200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58200

Black with #C58200

Text Example


Text Example

White with #C58200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58200; }

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

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

background-color css

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

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

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

border-color css

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

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

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