Html Css Color HEX #C58208 Dark Goldenrod

📋 copy color: '#C58208'

red 197 ◦ green 130 ◦ blue 8

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

Shades of Dark Goldenrod #C58208

Tints of Dark Goldenrod #C58208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

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

R = 58.81%
G = 38.81%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C58208 (or 0xC58208) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 08. RGB value is (197,130,8). Sum of RGB (Red+Green+Blue) = 197+130+8=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C58208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58208 is #3A7DF7. Grayscale: #888888. Windows color (decimal): -3833336 or 557765. OLE color: 557765.

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

Color convert

RGB 197 130 8 -
CMYK 0 0.34 0.96 0.23
HSL 38.73º 0.92% 0.4% -
HSV(B) 38.73º 0.96% 0.77% -
XYZ 31.05 27.85 3.97 -
YUV 136.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 197 130 8 0 0.34 0.96 0.23 38.73 0.92 0.4
Hex C5 82 8 0 22 60 17 27 5C 28
Octal 305 202 10 0 42 140 27 47 134 50
Binary 11000101 10000010 1000 0 100010 1100000 10111 100111 1011100 101000

Color Harmonies of #C58208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58208

Black with #C58208

Text Example


Text Example

White with #C58208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58208; }

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

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

background-color css

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

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

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

border-color css

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

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

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