Html Css Color HEX #C58518 Dark Goldenrod

📋 copy color: '#C58518'

red 197 ◦ green 133 ◦ blue 24

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

Shades of Dark Goldenrod #C58518

Tints of Dark Goldenrod #C58518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 24 (9.77% from 255) = 6.78%

R = 55.65%
G = 37.57%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C58518 (or 0xC58518) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 18. RGB value is (197,133,24). Sum of RGB (Red+Green+Blue) = 197+133+24=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C58518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58518 is #3A7AE7. Grayscale: #8C8C8C. Windows color (decimal): -3832552 or 1607109. OLE color: 1607109.

HSL color Cylindrical-coordinate representation of color #C58518: hue angle of 37.8º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C58518 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 24 -
CMYK 0 0.32 0.88 0.23
HSL 37.8º 0.78% 0.43% -
HSV(B) 37.8º 0.88% 0.77% -
XYZ 31.58 28.71 4.74 -
YUV 139.71 62.7 168.86 -
System Red Green Blue C M Y K H S L
Decimal 197 133 24 0 0.32 0.88 0.23 37.8 0.78 0.43
Hex C5 85 18 0 20 58 17 26 4E 2B
Octal 305 205 30 0 40 130 27 46 116 53
Binary 11000101 10000101 11000 0 100000 1011000 10111 100110 1001110 101011

Color Harmonies of #C58518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58518

Black with #C58518

Text Example


Text Example

White with #C58518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58518; }

 p { color: rgb(197,133,24); }

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

background-color css

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

 a { background-color: rgb(197,133,24); }

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

border-color css

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

 span { border-color: rgb(197,133,24); }

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