Html Css Color HEX #C58107 Dark Goldenrod

📋 copy color: '#C58107'

red 197 ◦ green 129 ◦ blue 7

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

Shades of Dark Goldenrod #C58107

Tints of Dark Goldenrod #C58107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 59.16%
G = 38.74%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C58107 (or 0xC58107) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 07. RGB value is (197,129,7). Sum of RGB (Red+Green+Blue) = 197+129+7=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C58107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58107 is #3A7EF8. Grayscale: #878787. Windows color (decimal): -3833593 or 491973. OLE color: 491973.

HSL color Cylindrical-coordinate representation of color #C58107: hue angle of 38.53º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C58107 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 129 7 -
CMYK 0 0.35 0.96 0.23
HSL 38.53º 0.93% 0.4% -
HSV(B) 38.53º 0.96% 0.77% -
XYZ 30.91 27.59 3.9 -
YUV 135.42 55.53 171.92 -
System Red Green Blue C M Y K H S L
Decimal 197 129 7 0 0.35 0.96 0.23 38.53 0.93 0.4
Hex C5 81 7 0 23 60 17 27 5D 28
Octal 305 201 7 0 43 140 27 47 135 50
Binary 11000101 10000001 111 0 100011 1100000 10111 100111 1011101 101000

Color Harmonies of #C58107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58107

Black with #C58107

Text Example


Text Example

White with #C58107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58107; }

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

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

background-color css

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

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

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

border-color css

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

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

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