Html Css Color HEX #C58100 Dark Goldenrod

📋 copy color: '#C58100'

red 197 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #C58100

Tints of Dark Goldenrod #C58100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

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

R = 60.43%
G = 39.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C58100 (or 0xC58100) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 00. RGB value is (197,129,0). Sum of RGB (Red+Green+Blue) = 197+129+0=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C58100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58100 is #3A7EFF. Grayscale: #878787. Windows color (decimal): -3833600 or 33221. OLE color: 33221.

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

Color convert

RGB 197 129 0 -
CMYK 0 0.35 1 0.23
HSL 39.29º 1% 0.39% -
HSV(B) 39.29º 1% 0.77% -
XYZ 30.88 27.57 3.69 -
YUV 134.63 52.03 172.49 -
System Red Green Blue C M Y K H S L
Decimal 197 129 0 0 0.35 1 0.23 39.29 1 0.39
Hex C5 81 0 0 23 64 17 27 64 27
Octal 305 201 0 0 43 144 27 47 144 47
Binary 11000101 10000001 0 0 100011 1100100 10111 100111 1100100 100111

Color Harmonies of #C58100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58100

Black with #C58100

Text Example


Text Example

White with #C58100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58100; }

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

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

background-color css

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

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

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

border-color css

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

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

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