Html Css Color HEX #C58A09 Dark Goldenrod

📋 copy color: '#C58A09'

red 197 ◦ green 138 ◦ blue 9

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

Shades of Dark Goldenrod #C58A09

Tints of Dark Goldenrod #C58A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 57.27%
G = 40.12%
B = 2.62%

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

#C58A09 (or 0xC58A09) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 09. RGB value is (197,138,9). Sum of RGB (Red+Green+Blue) = 197+138+9=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A09 is #3A75F6. Grayscale: #8D8D8D. Windows color (decimal): -3831287 or 625349. OLE color: 625349.

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

Color convert

RGB 197 138 9 -
CMYK 0 0.30 0.95 0.23
HSL 41.17º 0.91% 0.4% -
HSV(B) 41.17º 0.95% 0.77% -
XYZ 32.16 30.07 4.37 -
YUV 140.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 197 138 9 0 0.30 0.95 0.23 41.17 0.91 0.4
Hex C5 8A 9 0 1E 5F 17 29 5B 28
Octal 305 212 11 0 36 137 27 51 133 50
Binary 11000101 10001010 1001 0 11110 1011111 10111 101001 1011011 101000

Color Harmonies of #C58A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A09

Black with #C58A09

Text Example


Text Example

White with #C58A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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