Html Css Color HEX #C58A0A Dark Goldenrod

📋 copy color: '#C58A0A'

red 197 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #C58A0A

Tints of Dark Goldenrod #C58A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

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

R = 57.1%
G = 40%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C58A0A (or 0xC58A0A) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 0A. RGB value is (197,138,10). Sum of RGB (Red+Green+Blue) = 197+138+10=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A0A is #3A75F5. Grayscale: #8D8D8D. Windows color (decimal): -3831286 or 690885. OLE color: 690885.

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

Color convert

RGB 197 138 10 -
CMYK 0 0.30 0.95 0.23
HSL 41.07º 0.9% 0.41% -
HSV(B) 41.07º 0.95% 0.77% -
XYZ 32.17 30.07 4.4 -
YUV 141.05 54.05 167.91 -
System Red Green Blue C M Y K H S L
Decimal 197 138 10 0 0.30 0.95 0.23 41.07 0.9 0.41
Hex C5 8A A 0 1E 5F 17 29 5A 29
Octal 305 212 12 0 36 137 27 51 132 51
Binary 11000101 10001010 1010 0 11110 1011111 10111 101001 1011010 101001

Color Harmonies of #C58A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A0A

Black with #C58A0A

Text Example


Text Example

White with #C58A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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