Html Css Color HEX #C58D0A Dark Goldenrod

📋 copy color: '#C58D0A'

red 197 ◦ green 141 ◦ blue 10

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

Shades of Dark Goldenrod #C58D0A

Tints of Dark Goldenrod #C58D0A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.52%

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 56.61%
G = 40.52%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C58D0A (or 0xC58D0A) is known color: Dark Goldenrod. HEX triplet: C5, 8D and 0A. RGB value is (197,141,10). Sum of RGB (Red+Green+Blue) = 197+141+10=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58D0A is #3A72F5. Grayscale: #8F8F8F. Windows color (decimal): -3830518 or 691653. OLE color: 691653.

HSL color Cylindrical-coordinate representation of color #C58D0A: hue angle of 42.03º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C58D0A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 141 10 -
CMYK 0 0.28 0.95 0.23
HSL 42.03º 0.9% 0.41% -
HSV(B) 42.03º 0.95% 0.77% -
XYZ 32.61 30.94 4.54 -
YUV 142.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 197 141 10 0 0.28 0.95 0.23 42.03 0.9 0.41
Hex C5 8D A 0 1C 5F 17 2A 5A 29
Octal 305 215 12 0 34 137 27 52 132 51
Binary 11000101 10001101 1010 0 11100 1011111 10111 101010 1011010 101001

Color Harmonies of #C58D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D0A

Black with #C58D0A

Text Example


Text Example

White with #C58D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D0A; }

 p { color: rgb(197,141,10); }

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

background-color css

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

 a { background-color: rgb(197,141,10); }

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

border-color css

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

 span { border-color: rgb(197,141,10); }

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