Html Css Color HEX #C58408 Dark Goldenrod

📋 copy color: '#C58408'

red 197 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #C58408

Tints of Dark Goldenrod #C58408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 58.46%
G = 39.17%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C58408 (or 0xC58408) is known color: Dark Goldenrod. HEX triplet: C5, 84 and 08. RGB value is (197,132,8). Sum of RGB (Red+Green+Blue) = 197+132+8=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C58408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58408 is #3A7BF7. Grayscale: #898989. Windows color (decimal): -3832824 or 558277. OLE color: 558277.

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

Color convert

RGB 197 132 8 -
CMYK 0 0.33 0.96 0.23
HSL 39.37º 0.92% 0.4% -
HSV(B) 39.37º 0.96% 0.77% -
XYZ 31.32 28.39 4.06 -
YUV 137.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 197 132 8 0 0.33 0.96 0.23 39.37 0.92 0.4
Hex C5 84 8 0 21 60 17 27 5C 28
Octal 305 204 10 0 41 140 27 47 134 50
Binary 11000101 10000100 1000 0 100001 1100000 10111 100111 1011100 101000

Color Harmonies of #C58408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58408

Black with #C58408

Text Example


Text Example

White with #C58408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58408; }

 p { color: rgb(197,132,8); }

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

background-color css

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

 a { background-color: rgb(197,132,8); }

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

border-color css

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

 span { border-color: rgb(197,132,8); }

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