Html Css Color HEX #C58618 Dark Goldenrod

📋 copy color: '#C58618'

red 197 ◦ green 134 ◦ blue 24

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

Shades of Dark Goldenrod #C58618

Tints of Dark Goldenrod #C58618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

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

R = 55.49%
G = 37.75%
B = 6.76%

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

#C58618 (or 0xC58618) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 18. RGB value is (197,134,24). Sum of RGB (Red+Green+Blue) = 197+134+24=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C58618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58618 is #3A79E7. Grayscale: #8C8C8C. Windows color (decimal): -3832296 or 1607365. OLE color: 1607365.

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

Color convert

RGB 197 134 24 -
CMYK 0 0.32 0.88 0.23
HSL 38.15º 0.78% 0.43% -
HSV(B) 38.15º 0.88% 0.77% -
XYZ 31.72 28.99 4.79 -
YUV 140.3 62.37 168.44 -
System Red Green Blue C M Y K H S L
Decimal 197 134 24 0 0.32 0.88 0.23 38.15 0.78 0.43
Hex C5 86 18 0 20 58 17 26 4E 2B
Octal 305 206 30 0 40 130 27 46 116 53
Binary 11000101 10000110 11000 0 100000 1011000 10111 100110 1001110 101011

Color Harmonies of #C58618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58618

Black with #C58618

Text Example


Text Example

White with #C58618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58618; }

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

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

background-color css

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

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

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

border-color css

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

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

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