Html Css Color HEX #C58D0C Dark Goldenrod

📋 copy color: '#C58D0C'

red 197 ◦ green 141 ◦ blue 12

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

Shades of Dark Goldenrod #C58D0C

Tints of Dark Goldenrod #C58D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 56.29%
G = 40.29%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C58D0C (or 0xC58D0C) is known color: Dark Goldenrod. HEX triplet: C5, 8D and 0C. RGB value is (197,141,12). Sum of RGB (Red+Green+Blue) = 197+141+12=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58D0C is #3A72F3. Grayscale: #8F8F8F. Windows color (decimal): -3830516 or 822725. OLE color: 822725.

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

Color convert

RGB 197 141 12 -
CMYK 0 0.28 0.94 0.23
HSL 41.84º 0.89% 0.41% -
HSV(B) 41.84º 0.94% 0.77% -
XYZ 32.62 30.95 4.6 -
YUV 143.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 197 141 12 0 0.28 0.94 0.23 41.84 0.89 0.41
Hex C5 8D C 0 1C 5E 17 2A 59 29
Octal 305 215 14 0 34 136 27 52 131 51
Binary 11000101 10001101 1100 0 11100 1011110 10111 101010 1011001 101001

Color Harmonies of #C58D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D0C

Black with #C58D0C

Text Example


Text Example

White with #C58D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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