Html Css Color HEX #C57306 Dark Goldenrod

📋 copy color: '#C57306'

red 197 ◦ green 115 ◦ blue 6

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

Shades of Dark Goldenrod #C57306

Tints of Dark Goldenrod #C57306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

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

R = 61.95%
G = 36.16%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C57306 (or 0xC57306) is known color: Dark Goldenrod. HEX triplet: C5, 73 and 06. RGB value is (197,115,6). Sum of RGB (Red+Green+Blue) = 197+115+6=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C57306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57306 is #3A8CF9. Grayscale: #7F7F7F. Windows color (decimal): -3837178 or 422853. OLE color: 422853.

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

Color convert

RGB 197 115 6 -
CMYK 0 0.42 0.97 0.23
HSL 34.24º 0.94% 0.4% -
HSV(B) 34.24º 0.97% 0.77% -
XYZ 29.19 24.14 3.29 -
YUV 127.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 197 115 6 0 0.42 0.97 0.23 34.24 0.94 0.4
Hex C5 73 6 0 2A 61 17 22 5E 28
Octal 305 163 6 0 52 141 27 42 136 50
Binary 11000101 1110011 110 0 101010 1100001 10111 100010 1011110 101000

Color Harmonies of #C57306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57306

Black with #C57306

Text Example


Text Example

White with #C57306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57306; }

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

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

background-color css

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

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

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

border-color css

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

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

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