Html Css Color HEX #C58006 Dark Goldenrod

📋 copy color: '#C58006'

red 197 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #C58006

Tints of Dark Goldenrod #C58006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 59.52%
G = 38.67%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C58006 (or 0xC58006) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 06. RGB value is (197,128,6). Sum of RGB (Red+Green+Blue) = 197+128+6=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C58006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58006 is #3A7FF9. Grayscale: #878787. Windows color (decimal): -3833850 or 426181. OLE color: 426181.

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

Color convert

RGB 197 128 6 -
CMYK 0 0.35 0.97 0.23
HSL 38.32º 0.94% 0.4% -
HSV(B) 38.32º 0.97% 0.77% -
XYZ 30.78 27.32 3.82 -
YUV 134.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 197 128 6 0 0.35 0.97 0.23 38.32 0.94 0.4
Hex C5 80 6 0 23 61 17 26 5E 28
Octal 305 200 6 0 43 141 27 46 136 50
Binary 11000101 10000000 110 0 100011 1100001 10111 100110 1011110 101000

Color Harmonies of #C58006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58006

Black with #C58006

Text Example


Text Example

White with #C58006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58006; }

 p { color: rgb(197,128,6); }

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

background-color css

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

 a { background-color: rgb(197,128,6); }

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

border-color css

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

 span { border-color: rgb(197,128,6); }

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