Html Css Color HEX #C59600 Dark Goldenrod

📋 copy color: '#C59600'

red 197 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #C59600

Tints of Dark Goldenrod #C59600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.77%
G = 43.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C59600 (or 0xC59600) is known color: Dark Goldenrod. HEX triplet: C5, 96 and 00. RGB value is (197,150,0). Sum of RGB (Red+Green+Blue) = 197+150+0=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C59600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59600 is #3A69FF. Grayscale: #939393. Windows color (decimal): -3828224 or 38597. OLE color: 38597.

HSL color Cylindrical-coordinate representation of color #C59600: hue angle of 45.69º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C59600 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 150 0 -
CMYK 0 0.24 1 0.23
HSL 45.69º 1% 0.39% -
HSV(B) 45.69º 1% 0.77% -
XYZ 33.93 33.68 4.71 -
YUV 146.95 45.07 163.7 -
System Red Green Blue C M Y K H S L
Decimal 197 150 0 0 0.24 1 0.23 45.69 1 0.39
Hex C5 96 0 0 18 64 17 2E 64 27
Octal 305 226 0 0 30 144 27 56 144 47
Binary 11000101 10010110 0 0 11000 1100100 10111 101110 1100100 100111

Color Harmonies of #C59600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59600

Black with #C59600

Text Example


Text Example

White with #C59600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59600; }

 p { color: rgb(197,150,0); }

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

background-color css

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

 a { background-color: rgb(197,150,0); }

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

border-color css

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

 span { border-color: rgb(197,150,0); }

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